diff options
author | offl <11556157+offl@users.noreply.github.com> | 2025-09-13 19:01:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-13 18:01:46 +0200 |
commit | 5c6bf610663b620f3eeba41d05082401eb1b995d (patch) | |
tree | f7fa33ac327ee279f4f255d95f21c2570b4e68e5 /sql/updates | |
parent | 399d89a74869cde1a713ba499056660e5e4f930d (diff) |
Scripts/AQ20: Update Rajaxx (#31204)
* New register model
* Repeat events instead of scheduling them
* More proper timers for spells
* Added unique names for enums
* Added comment for script name
* Added missing emote
* Added missing Frenzy spell
* Cleanup texts (keep only actually used)
* Use combat texts
* Add ResetAllThreat component to Thundercrash spell script
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2025_09_13_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_09_13_00_world.sql b/sql/updates/world/3.3.5/2025_09_13_00_world.sql new file mode 100644 index 00000000000..d4dc1722ab2 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_09_13_00_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature_text` WHERE `CreatureID` = 15341 AND `GroupID` > 5; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(15341,6,0,"Breathe your last!",14,0,100,0,0,8604,11433,0,"rajaxx SAY_SLAY"), +(15341,7,0,"Warriors, Captains, continue the fight!",14,0,100,0,0,8613,11434,0,"rajaxx SAY_DEATH"), +(15341,8,0,"%s goes into a frenzy!",16,0,100,0,0,0,2384,0,"rajaxx EMOTE_FRENZY"); |