Skip to content

Commit 54f42db

Browse files
authored
Scripts/AQ40: Rewrite Sartura (#31197)
1 parent 73bc61a commit 54f42db

3 files changed

Lines changed: 180 additions & 243 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
--
2+
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_sartura_whirlwind';
3+
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
4+
(26084, 'spell_sartura_whirlwind'),
5+
(26686, 'spell_sartura_whirlwind');
6+
7+
DELETE FROM `creature_text` WHERE `CreatureID` = 15516 AND `GroupID` = 3;
8+
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
9+
(15516,3,0,"%s goes into a frenzy!",16,0,100,0,0,0,2384,0,"sartura EMOTE_FRENZY");

0 commit comments

Comments
 (0)