aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2022-10-14 09:09:48 -0300
committerGitHub <noreply@github.com>2022-10-14 14:09:48 +0200
commitf98e2bcab48a42f02b15a0f8e140c628b9e748cc (patch)
treeff3caf5501678666b3a10006190374e945801778 /sql
parent966e38ab75174a74ca3dce66d36ada091ab6ecb9 (diff)
Scripts/Quests: Help Those That Cannot Help Themselves (#28304)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2022_10_14_00_world.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_10_14_00_world.sql b/sql/updates/world/3.3.5/2022_10_14_00_world.sql
new file mode 100644
index 00000000000..89a7ececc49
--- /dev/null
+++ b/sql/updates/world/3.3.5/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);
+UPDATE `item_template` SET `ScriptName` = '' WHERE `entry`=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');