Changeset 161 for trunk/sql/updates/146_world.sql
- Timestamp:
- 11/19/08 13:41:55 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/sql/updates/146_world.sql
r160 r161 6 6 `spell_effect` int(10) NOT NULL default '0', 7 7 `type` smallint(3) unsigned NOT NULL default '0', 8 `comment` text NOT NULL default '',8 `comment` text NOT NULL, 9 9 PRIMARY KEY (`spell_trigger`) 10 10 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;