mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user