fix(DB): Defendo-tank 66D - fix target of "say" action (#1819)

- The Defendo-tank 66D talks on aggro, but uses "SMART_TARGET_ACTION_INVOKER" instead of "SMART_TARGET_SELF". This is corrected through this PR.
This commit is contained in:
Stoabrogga
2019-05-17 02:48:50 +02:00
committed by Poszer
parent 78b897f852
commit 55ef766b19

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1557489332825322207');
UPDATE `smart_scripts` SET `target_type` = 1 WHERE `entryorguid` = 25758 AND `source_type` = 0 AND `id` = 0;