From eb36b2f2f79ac6f55d8069b84af56f0e002c0cd2 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 16 Dec 2019 21:17:10 +0100 Subject: Spell/Script: Move the spell "Flame Sphere Spawn Effect" from the DB to the cpp (cherry picked from commit 4d89da56c18542f78f7ca29d57a06f08ffa3cef7) --- sql/updates/world/master/2021_12_19_02_world_2019_12_16_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_19_02_world_2019_12_16_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_19_02_world_2019_12_16_01_world.sql b/sql/updates/world/master/2021_12_19_02_world_2019_12_16_01_world.sql new file mode 100644 index 00000000000..a4bd583daab --- /dev/null +++ b/sql/updates/world/master/2021_12_19_02_world_2019_12_16_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_addon` SET `auras`="" WHERE `entry` IN (38332); -- cgit v1.2.3