From 3287d296772b7cec9fb1618c1794e6acf461cdcd Mon Sep 17 00:00:00 2001 From: Rushor Date: Sun, 15 Mar 2020 18:11:18 +0100 Subject: DB/Creature: Add cosmetic aura to Stinky --- sql/updates/world/3.3.5/2020_03_15_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_03_15_05_world.sql diff --git a/sql/updates/world/3.3.5/2020_03_15_05_world.sql b/sql/updates/world/3.3.5/2020_03_15_05_world.sql new file mode 100644 index 00000000000..ec76e19c471 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_15_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_addon` SET `auras`='21862' WHERE `guid`=201240; -- cgit v1.2.3