From bfb7a45600757521875626bba4ee459470031955 Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 11 Aug 2021 00:45:00 +0300 Subject: DB/Creature: Add missing aura to Ghost of the Past --- sql/updates/world/3.3.5/2021_08_10_06_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_08_10_06_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2021_08_10_06_world.sql b/sql/updates/world/3.3.5/2021_08_10_06_world.sql new file mode 100644 index 00000000000..58851cc6688 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_10_06_world.sql @@ -0,0 +1,2 @@ +-- Ghost of the Past +UPDATE `creature_template_addon` SET `auras` = "17327 12556" WHERE `entry` = 10940; -- cgit v1.2.3