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:
MitchesD
2014-11-16 19:48:46 +01:00
parent 94db00dc72
commit 061a577471

View File

@@ -0,0 +1 @@
UPDATE `smart_scripts` SET `target_type`=5, `target_param1`=0 WHERE `entryorguid`=37662 AND `source_type`=0 AND `id`=0;