aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2014-11-16 19:33:12 +0100
committerMitchesD <majklprofik@seznam.cz>2014-11-16 19:35:31 +0100
commit1699cf70dd0e33f3e7ea2aedec6270878109ace9 (patch)
tree44ae396509080a3c525e44204da11797768a14ae
parent41ac4d5822ba9daecfbb39639b86e16c748755de (diff)
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.
-rw-r--r--sql/updates/world/2014_11_16_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_16_00_world.sql b/sql/updates/world/2014_11_16_00_world.sql
new file mode 100644
index 00000000000..939c43f7056
--- /dev/null
+++ b/sql/updates/world/2014_11_16_00_world.sql
@@ -0,0 +1 @@
+UPDATE `smart_scripts` SET `target_type`=5, `target_param1`=0 WHERE `entryorguid`=37662 AND `source_type`=0 AND `id`=0;