From d1e1b8753c491022055e255fd8c8b4ffbdd87bc9 Mon Sep 17 00:00:00 2001 From: Keader Date: Tue, 19 May 2020 11:42:11 -0300 Subject: Scripts/ICC: Fixed Deathbringer/Valithria reputation handler + codestyle fixes * Added correct reputation spell for both bosses * Fixed debuffs remove when deathbringer dies (it also fix recount) * Changed all DoCast(me, xxx) -> DoCastSelf(xx) * Removed old reputation hack in DB * Fixed my OCD with spells enum :) --- sql/updates/world/3.3.5/2020_05_19_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_05_19_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2020_05_19_00_world.sql b/sql/updates/world/3.3.5/2020_05_19_00_world.sql new file mode 100644 index 00000000000..dc098a884d8 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_05_19_00_world.sql @@ -0,0 +1,2 @@ +-- Deathbringer & Valithria +DELETE FROM `creature_onkill_reputation` WHERE `creature_id` IN (37813,38402,38582,38583,36789,38174); -- cgit v1.2.3