From 5aee452943e5c76f54f58eea9e6880b54a61ec9c Mon Sep 17 00:00:00 2001 From: Treeston Date: Thu, 4 Jan 2018 04:46:22 +0100 Subject: Core/Misc: A variety of clean-up changes, mostly following up on 532ab1c to fix legacy bugs exposed by it: - Triggers can no longer have a threat list (this may expose some ugliness in old legacy scripts) - Threat entries are forced to OFFLINE if the AI refuses to attack the target - Clean up passive creature evade behavior to be more consistent - Fix a months old issue in spawn group management that would cause "Inactive" to incorrectly show in .list respawns for system groups outside of map 0 - Valithria script cleanups, remove old hacks and make it work with the new system. Closes #21174. - Some strings cleanup (cherry picked from commit 9f9507e6a1fd50a5ce643a4096c1712700244a61) --- sql/updates/world/master/2021_05_16_00_world_2018_01_04_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_05_16_00_world_2018_01_04_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_05_16_00_world_2018_01_04_00_world.sql b/sql/updates/world/master/2021_05_16_00_world_2018_01_04_00_world.sql new file mode 100644 index 00000000000..b320c45379c --- /dev/null +++ b/sql/updates/world/master/2021_05_16_00_world_2018_01_04_00_world.sql @@ -0,0 +1,2 @@ +-- valithria LK dummy is now a trigger +UPDATE `creature_template` SET `flags_extra`=(`flags_extra`&(~0x02) | 0x80) WHERE `entry`=16980; -- cgit v1.2.3