From c0758ae6f3201cf9584fa43304aee041a6c4ffff Mon Sep 17 00:00:00 2001 From: Malcrom Date: Sat, 1 Oct 2022 23:47:02 -0300 Subject: Scripts/BoreanTundra: Modernized Unfit for Death (11865) implementation (#28297) --- sql/updates/world/3.3.5/2022_10_02_00_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_10_02_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2022_10_02_00_world.sql b/sql/updates/world/3.3.5/2022_10_02_00_world.sql new file mode 100644 index 00000000000..b777521169e --- /dev/null +++ b/sql/updates/world/3.3.5/2022_10_02_00_world.sql @@ -0,0 +1,7 @@ +-- *** Quest "Not fit for death" *** +UPDATE `gameobject_template` SET `ScriptName` = 'go_caribou_trap' WHERE `entry` IN (187982,187995,187996,187997,187998,187999,188000,188001,188002,188003,188004,188005,188006,188007,188008); +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_q11865_place_fake_fur'; +UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry`=25835; + +-- Conditions missing comment +UPDATE `conditions` SET `Comment` = 'Spell Place Fake Fur (effect 0) will hit the potential target of the spell if target is gameobject Caribou Trap.' WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1 AND `SourceEntry`=46085; -- cgit v1.2.3