From 586386d9ece6f8deee3b260ec4aba449118ede18 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 16 Dec 2024 17:17:48 +0100 Subject: DB/Creature: Update two Shattered Sun Marksman SheathState closes #30514 by CraftedRO --- sql/updates/world/3.3.5/2024_12_16_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_12_16_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2024_12_16_01_world.sql b/sql/updates/world/3.3.5/2024_12_16_01_world.sql new file mode 100644 index 00000000000..6b99efcb09d --- /dev/null +++ b/sql/updates/world/3.3.5/2024_12_16_01_world.sql @@ -0,0 +1,2 @@ +-- Shattered Sun Marksman +UPDATE `creature_addon` SET `SheathState`=2 WHERE `guid` IN (96656,96658); -- cgit v1.2.3