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.
This commit is contained in:
MitchesD
2014-11-16 19:33:12 +01:00
parent 41ac4d5822
commit 1699cf70dd

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;