diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2018-01-04 04:46:22 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-05-16 21:56:05 +0200 |
| commit | 5aee452943e5c76f54f58eea9e6880b54a61ec9c (patch) | |
| tree | f604cbf92a9207d6d9f8d94ff1a8d8b08f3d248f /sql | |
| parent | 83159544b52bf48e8ba3a6eb98c1f4918c0b7bbe (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
(cherry picked from commit 9f9507e6a1fd50a5ce643a4096c1712700244a61)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_05_16_00_world_2018_01_04_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
