Skip to content

Commit

Permalink
Fix script for Sar'this 23093
Browse files Browse the repository at this point in the history
Part of q.11089 The Soul Cannon of Reth'hedron.
He casts five spells during his event:
40129 Summon Air Elemental
40130 Summon Water Elemental
40132 Summon Earth Elemental
40133 Summon Fire Elemental
40134 Summon Arcane Elemental
None of these casts should ever fail, or else the script will be stuck.

cmangos/issues#3664
  • Loading branch information
MantisLord committed Feb 3, 2024
1 parent 3335a15 commit 34af21f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Updates/0374_sarthis.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- make Sar'this 23093 spellcasts triggered during his script for q.11089 The Soul Cannon of Reth'hedron
UPDATE dbscripts_on_creature_movement SET datalong2=1 WHERE command=15 AND id IN (2309303,2309304,2309305,2309306,2309308);


0 comments on commit 34af21f

Please sign in to comment.