DB/Models: Added VerifiedBuild field in creature_model_info table

This commit is contained in:
Vincent-Michael
2016-09-04 02:05:29 +02:00
parent fdf6954f57
commit 42c895d512
2 changed files with 3 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,2 @@
ALTER TABLE `creature_model_info`
ADD COLUMN `VerifiedBuild` SMALLINT(5) DEFAULT 0 NULL AFTER `DisplayID_Other_Gender`;