mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
feat(DB): Add VerifiedBuild column for creature_model_info (#22934)
This commit is contained in:
2
data/sql/updates/pending_db_world/cmi-verified-build.sql
Normal file
2
data/sql/updates/pending_db_world/cmi-verified-build.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `creature_model_info` ADD COLUMN `VerifiedBuild` MEDIUMINT NULL DEFAULT NULL AFTER `DisplayID_Other_Gender`;
|
||||
UPDATE `creature_model_info` SET `VerifiedBuild` = 0;
|
||||
Reference in New Issue
Block a user