BREAKING CHANGE:(DB/Creature) Remove modelId field in creature table (#10071)

* fix(DB/Creature) Clear modelId field in creature table

* Change clear column to remove column

* Update src/server/game/Globals/ObjectMgr.cpp

* Update ObjectMgr.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com>
This commit is contained in:
Malcrom
2022-01-10 16:41:33 -04:00
committed by GitHub
parent 4af723590f
commit f1d4266efc
4 changed files with 24 additions and 23 deletions

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641658863698434235');
ALTER TABLE `creature` DROP COLUMN `modelid`;