Changeset 8630 for trunk/L2J_DataPack/dist/sql/game/npc_elementals.sql
- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dist/sql/game/npc_elementals.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/dist/sql/game/npc_elementals.sql
r8442 r8630 1 1 DROP TABLE IF EXISTS `npc_elementals`; 2 2 CREATE TABLE IF NOT EXISTS `npc_elementals` ( 3 `npc_id` decimal(11,0) NOT NULL default '0',4 `elemAtkType` tinyint(1) NOT NULL default -1,5 `elemAtkValue` int(3) NOT NULL default 0,6 `fireDefValue` int(3) NOT NULL default 0,7 `waterDefValue` int(3) NOT NULL default 0,8 `windDefValue` int(3) NOT NULL default 0,9 `earthDefValue` int(3) NOT NULL default 0,10 `holyDefValue` int(3) NOT NULL default 0,11 `darkDefValue` int(3) NOT NULL default 0,3 `npc_id` smallint(5) unsigned NOT NULL, 4 `elemAtkType` tinyint(1) NOT NULL default '-1', 5 `elemAtkValue` int(3) NOT NULL default '0', 6 `fireDefValue` int(3) NOT NULL default '0', 7 `waterDefValue` int(3) NOT NULL default '0', 8 `windDefValue` int(3) NOT NULL default '0', 9 `earthDefValue` int(3) NOT NULL default '0', 10 `holyDefValue` int(3) NOT NULL default '0', 11 `darkDefValue` int(3) NOT NULL default '0', 12 12 PRIMARY KEY (`npc_id`) 13 13 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Note: See TracChangeset
for help on using the changeset viewer.
