diff options
| author | Malcrom <malcromdev@gmail.com> | 2022-10-14 09:09:48 -0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-01-10 19:15:08 +0100 |
| commit | d81db584b42923f4d346ea8252f1633309855faa (patch) | |
| tree | 7b02b9a05222c027cb6856ac8a3fbbe13d1dfd0d /sql/updates | |
| parent | dcd8a3dd25145ad538b946ca0b8f6ba2f898be81 (diff) | |
Scripts/Quests: Help Those That Cannot Help Themselves (#28304)
(cherry picked from commit f98e2bcab48a42f02b15a0f8e140c628b9e748cc)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2023_01_10_01_world_2022_10_14_00_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_10_01_world_2022_10_14_00_world.sql b/sql/updates/world/master/2023_01_10_01_world_2022_10_14_00_world.sql new file mode 100644 index 00000000000..2c82199a355 --- /dev/null +++ b/sql/updates/world/master/2023_01_10_01_world_2022_10_14_00_world.sql @@ -0,0 +1,12 @@ +-- *** Quest "Help those who cannot help themselves" *** +UPDATE `gameobject_template` SET `ScriptName` = 'go_mammoth_trap' WHERE `entry` IN (188022,188024,188025,188026,188027,188028,188029,188030,188031,188032,188033,188034,188035,188036,188037,188038,188039,188040,188041,188042,188043,188044); +DELETE FROM `item_script_names` WHERE `Id`=35228; +UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry`=25850; + +-- Conditions missing comment +UPDATE `conditions` SET `Comment` = 'Spell Smash Mammoth Trap (effect 0) will hit the potential target of the spell if target is gameobject Mammoth Trap.' WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1 AND `SourceEntry`=46201; + +-- Add missing creature text +DELETE FROM `creature_text` WHERE `CreatureID`=25850; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(25850, 0, 0, '%s trumpets in approval!', 16, 0, 100, 377, 0, 9914, 25046, 0, 'Trapped Mammoth Calf'); |
