AI/SmartScripts: SMART_ACTION_ADD_QUEST -> SMART_ACTION_OFFER_QUEST. Open quest offer instead of adding straight to log - old behavior can be requested using action_param2. Closes #17735.

This commit is contained in:
treeston
2016-08-19 23:01:03 +02:00
parent 4073cc510a
commit ba4d6f6393
4 changed files with 30 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
--
UPDATE `smart_scripts` SET `action_param2`=1 WHERE `action_type`=7;
UPDATE `smart_scripts` SET `action_param2`=0 WHERE `source_type`=0 AND `entryorguid`=11216 AND `id`=3;