mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/SAI: fix wrong caster for a spell involved in quest "Towers of Certain Doom"
Was easily exploitable for experience, since it's a wide instakill spell. Change confirmed from sniffs.
This commit is contained in:
2
sql/updates/world/3.3.5/2016_09_11_01_world.sql
Normal file
2
sql/updates/world/3.3.5/2016_09_11_01_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_type`=11 WHERE `entryorguid`=2408700 AND `id`=2;
|
||||
Reference in New Issue
Block a user