From 6ea5dfd3505cf8b3044c213cf97beeeaa2673bba Mon Sep 17 00:00:00 2001 From: Filip Date: Thu, 26 Sep 2013 09:58:18 +0200 Subject: DB/Update: Quest credit fix-up Vehicles will not accept quest credit in the form of a spell cast, credit needs to be a monster kill. --- sql/updates/world/2013_09_26_00_world_sai.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_09_26_00_world_sai.sql (limited to 'sql/updates/world') diff --git a/sql/updates/world/2013_09_26_00_world_sai.sql b/sql/updates/world/2013_09_26_00_world_sai.sql new file mode 100644 index 00000000000..7f634fd2f5a --- /dev/null +++ b/sql/updates/world/2013_09_26_00_world_sai.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `action_type`=33, `action_param1`=28019 WHERE `entryorguid`=27409 AND `source_type`=0 AND `id`=5 AND `link`=6; -- cgit v1.2.3