Renumbering sql/320 sql updates

This commit is contained in:
VladimirMangos 2009-10-03 23:05:44 +04:00
parent 2964f399c7
commit 8b07b82b93
10 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,3 @@
alter table `creature_template`
add column `questItem5` int(11) UNSIGNED DEFAULT '0' NOT NULL after `questItem4`,
add column `questItem6` int(11) UNSIGNED DEFAULT '0' NOT NULL after `questItem5`;