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.
This commit is contained in:
Filip
2013-09-26 09:58:18 +02:00
parent a0c637f52a
commit 6ea5dfd350

View File

@@ -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;