DB/Creature: Make 1 default sheath state to prevent further addon tables corruption

(cherry picked from commit d19c0dfd1b)
This commit is contained in:
offl
2020-11-13 18:13:43 +02:00
committed by Shauren
parent cc952fa43b
commit 8648ba2b4a

View File

@@ -0,0 +1,3 @@
--
ALTER TABLE `creature_addon` MODIFY `bytes2` int(10) unsigned NOT NULL DEFAULT '1';
ALTER TABLE `creature_template_addon` MODIFY `bytes2` int(10) unsigned NOT NULL DEFAULT '1';