mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Creature: Make 1 default sheath state to prevent further addon tables corruption
This commit is contained in:
3
sql/updates/world/3.3.5/2020_11_13_03_world.sql
Normal file
3
sql/updates/world/3.3.5/2020_11_13_03_world.sql
Normal 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';
|
||||
Reference in New Issue
Block a user