summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/sql/updates/pending_db_world/cmi-verified-build.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/cmi-verified-build.sql b/data/sql/updates/pending_db_world/cmi-verified-build.sql
new file mode 100644
index 0000000000..a86d021415
--- /dev/null
+++ b/data/sql/updates/pending_db_world/cmi-verified-build.sql
@@ -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;