From 1699cf70dd0e33f3e7ea2aedec6270878109ace9 Mon Sep 17 00:00:00 2001 From: MitchesD Date: Sun, 16 Nov 2014 19:33:12 +0100 Subject: 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. --- sql/updates/world/2014_11_16_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_11_16_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3