aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-01-04 04:46:22 +0100
committerTreeston <treeston.mmoc@gmail.com>2018-01-04 04:46:41 +0100
commit9f9507e6a1fd50a5ce643a4096c1712700244a61 (patch)
tree75829e0efab227ca03b01d4182b17410954e32fc /sql/updates
parente2451136600bf4c30eb547bd8579f019cfd37a3d (diff)
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
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2018_01_04_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_04_00_world.sql b/sql/updates/world/3.3.5/2018_01_04_00_world.sql
new file mode 100644
index 00000000000..b320c45379c
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;