aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2020-05-19 11:42:11 -0300
committerShauren <shauren.trinity@gmail.com>2022-01-06 00:23:47 +0100
commit26844d32c340b8ddbe2764ec3fa904c55c58b9cb (patch)
tree02cb10cbfe414cbf9297920b95315097bf10ab6a /sql/updates/world
parent860e489c4f7d87c8df23e46842e29777bb664a50 (diff)
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 :) (cherry picked from commit d1e1b8753c491022055e255fd8c8b4ffbdd87bc9)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/master/2022_01_06_05_world_2020_05_19_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_05_world_2020_05_19_00_world.sql b/sql/updates/world/master/2022_01_06_05_world_2020_05_19_00_world.sql
new file mode 100644
index 00000000000..dc098a884d8
--- /dev/null
+++ b/sql/updates/world/master/2022_01_06_05_world_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);