mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 07:37:07 +00:00
[9753] Add default value for parent-field in instance_template
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
5570f8c9cd
commit
f25c319bc7
5 changed files with 9 additions and 4 deletions
3
sql/updates/9753_01_mangos_instance_template.sql
Normal file
3
sql/updates/9753_01_mangos_instance_template.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_9752_01_mangos_gameobject_template required_9753_01_mangos_instance_template bit;
|
||||
|
||||
ALTER TABLE instance_template CHANGE COLUMN parent parent smallint(5) unsigned NOT NULL default '0';
|
||||
Loading…
Add table
Add a link
Reference in a new issue