diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2025-08-10 13:11:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-10 12:11:43 +0200 |
| commit | 7d33481fa96f505e10e6461584614a8520b4221e (patch) | |
| tree | f079946716a45cd189d8c2511728d6f8c89feaa7 /sql | |
| parent | 3a964bc3f900c7c2cb22be15ae7f06df532269dc (diff) | |
Scripts/AQ40: Rewrite Huhuran (#31199)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2025_08_10_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_08_10_01_world.sql b/sql/updates/world/3.3.5/2025_08_10_01_world.sql new file mode 100644 index 00000000000..3426e58bd90 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_08_10_01_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_text` SET `Text` = '%s becomes enraged!', `BroadcastTextId` = 7798, `comment` = 'huhuran EMOTE_ENRAGE' WHERE `CreatureID` = 15509 AND `GroupID` = 0; +UPDATE `creature_text` SET `BroadcastTextId` = 4428 WHERE `CreatureID` = 15509 AND `GroupID` = 1; + +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_huhuran_wyvern_sting'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(26180, 'spell_huhuran_wyvern_sting'); |
