From 842e280d9e6a05fe6e9c439e1598c736f7844e89 Mon Sep 17 00:00:00 2001 From: ModoX Date: Thu, 27 Jan 2022 16:59:02 +0100 Subject: DB/Creature: Fixed sheath state of Apprentice Mages in Wizards Sanctum (Stormwind) --- sql/updates/world/master/2022_01_27_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_01_27_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_01_27_00_world.sql b/sql/updates/world/master/2022_01_27_00_world.sql new file mode 100644 index 00000000000..72fb0601dd3 --- /dev/null +++ b/sql/updates/world/master/2022_01_27_00_world.sql @@ -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, ''); -- cgit v1.2.3