aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2020-04-24 13:52:28 -0300
committerShauren <shauren.trinity@gmail.com>2022-01-01 20:15:51 +0100
commita21ad2079a9d90013f85ca18f685e82fa83d1975 (patch)
treec14978984dfdcdb231bb6d5e2dd5aaf4efe9b16a /sql
parent6bddc8ff5e2896c8a473da8a73441853cff59356 (diff)
Scripts/Black Temple: Fixed Reliquary of Souls after combat rewrite changes.
Closes #23879 * Fixed combat start/evade issue * Fixed visual issue in Soul Release spell * Fixed some timers issue * Fixed some codestyle issues PS: Please, stop break my black temple babys. (cherry picked from commit d8e726de586070d24bec3c43a9ae795cf5482be0)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_01_01_33_world_2020_04_24_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_01_33_world_2020_04_24_00_world.sql b/sql/updates/world/master/2022_01_01_33_world_2020_04_24_00_world.sql
new file mode 100644
index 00000000000..45c650cd8ab
--- /dev/null
+++ b/sql/updates/world/master/2022_01_01_33_world_2020_04_24_00_world.sql
@@ -0,0 +1,2 @@
+-- Reliquary of Souls Combat Trigger
+UPDATE `creature_template` SET `flags_extra`=`flags_extra`&~128, `ScriptName` = 'npc_reliquary_combat_trigger' WHERE `entry`=23417;