mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
Renumbering sql/320 sql updates
This commit is contained in:
parent
2964f399c7
commit
8b07b82b93
10 changed files with 0 additions and 0 deletions
3
sql/320/01_creature_template.sql
Normal file
3
sql/320/01_creature_template.sql
Normal 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`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue