mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Core/AreaTrigger: Set default AnimId value to -1
This commit is contained in:
4
sql/updates/world/master/2021_11_11_02_world.sql
Normal file
4
sql/updates/world/master/2021_11_11_02_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `areatrigger_create_properties` MODIFY `AnimId` int(11) NOT NULL DEFAULT '-1';
|
||||
|
||||
-- new 9.1.5 default
|
||||
UPDATE `areatrigger_create_properties` SET `AnimId`=-1 WHERE `AnimId`=0;
|
||||
Reference in New Issue
Block a user