From ab755028af9f49fbf2a1f780d2cabca0f47a7f48 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Sat, 13 Oct 2018 23:38:02 +0200 Subject: DB/Creature: Shade of Eranikus Closes #22633 --- sql/updates/world/3.3.5/2018_10_13_06_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_10_13_06_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_10_13_06_world_335.sql b/sql/updates/world/3.3.5/2018_10_13_06_world_335.sql new file mode 100644 index 00000000000..b97a6e0a256 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_13_06_world_335.sql @@ -0,0 +1,5 @@ +-- +-- Shade of Eranikus +DELETE FROM `creature_addon` WHERE `guid`=39842; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(39842,0,0,3,1,0,""); -- cgit v1.2.3