diff options
| author | MitchesD <majklprofik@seznam.cz> | 2014-11-16 19:48:46 +0100 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2014-11-16 19:48:46 +0100 |
| commit | 061a57747101c716f114c4413ee21dbbb960494e (patch) | |
| tree | 32155a9cfed759e294e7839fc99ea2ef5b19ce83 | |
| parent | 94db00dc725c76d637a03fe8dbbdaf788c06367b (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.
(cherry picked from commit 1699cf70dd0e33f3e7ea2aedec6270878109ace9)
| -rw-r--r-- | sql/updates/world/2014_11_16_03_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_16_03_world.sql b/sql/updates/world/2014_11_16_03_world.sql new file mode 100644 index 00000000000..939c43f7056 --- /dev/null +++ b/sql/updates/world/2014_11_16_03_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; |
