diff options
author | Filip <boev.filip@gmail.com> | 2013-09-26 09:58:18 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-09-26 09:58:18 +0200 |
commit | 6ea5dfd3505cf8b3044c213cf97beeeaa2673bba (patch) | |
tree | a8858d241bceaef6ca043d8255aeacc88d53a7c5 | |
parent | a0c637f52a6a0413bc2c70cec949bd5660f39611 (diff) |
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.
-rw-r--r-- | sql/updates/world/2013_09_26_00_world_sai.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |