mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 22:56:39 +01:00
DB/Creature: Fixed sheath state of Apprentice Mages in Wizards Sanctum (Stormwind)
This commit is contained in:
4
sql/updates/world/master/2022_01_27_00_world.sql
Normal file
4
sql/updates/world/master/2022_01_27_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=149131;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(149131, 0, 0, 0, 0, 0, 0, 0, 0, 0, '');
|
||||
Reference in New Issue
Block a user