Files
TrinityCore/sql/updates/1327_world.sql
Drahy 017f309b5b * Again big clean up of sql files
* Fixed 1414_world_scripts.sql to proper format
* Deleted not needed 1414_world.sql after 1325_world.sql was deleted

--HG--
branch : trunk
2009-02-18 17:35:14 +01:00

4 lines
443 B
SQL

ALTER TABLE `creature_template` ADD COLUMN `spell5` mediumint(8) unsigned NOT NULL default '0' AFTER `spell4`;
ALTER TABLE `creature_template` ADD COLUMN `spell6` mediumint(8) unsigned NOT NULL default '0' AFTER `spell5`;
ALTER TABLE `creature_template` ADD COLUMN `spell7` mediumint(8) unsigned NOT NULL default '0' AFTER `spell6`;
ALTER TABLE `creature_template` ADD COLUMN `spell8` mediumint(8) unsigned NOT NULL default '0' AFTER `spell7`;