diff options
| author | Keader <keader.android@gmail.com> | 2020-05-19 11:42:11 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2020-05-19 11:42:11 -0300 |
| commit | d1e1b8753c491022055e255fd8c8b4ffbdd87bc9 (patch) | |
| tree | 01deacef7189137b020973f9d9d87d0768efba27 /sql/updates | |
| parent | 868748007da3b70e96f10b4689065bd0b3f876c5 (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 :)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_05_19_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
