[9755] Fixed sql update version and related data

This commit is contained in:
VladimirMangos 2010-04-17 15:40:42 +04:00
parent 48254e3879
commit ae9985e778
5 changed files with 7 additions and 3 deletions

View file

@ -0,0 +1,7 @@
ALTER TABLE db_version CHANGE COLUMN required_9753_01_mangos_instance_template required_9755_01_mangos_instance_template bit;
ALTER TABLE instance_template
DROP COLUMN startLocX,
DROP COLUMN startLocY,
DROP COLUMN startLocZ,
DROP COLUMN startLocO;