mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/SAI: fixed target_type of spell Vampire Rush, added in my previous commit.
I have used target_type, which caused that NPC used the spell on all players in range, that's wrong.
(cherry picked from commit 1699cf70dd)
This commit is contained in:
1
sql/updates/world/2014_11_16_03_world.sql
Normal file
1
sql/updates/world/2014_11_16_03_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `smart_scripts` SET `target_type`=5, `target_param1`=0 WHERE `entryorguid`=37662 AND `source_type`=0 AND `id`=0;
|
||||
Reference in New Issue
Block a user