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

This commit is contained in:
offl
2020-11-13 18:13:43 +02:00
parent 28e3c87d4f
commit d19c0dfd1b

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';