diff options
author | Malcrom <malcromdev@gmail.com> | 2022-10-01 23:47:02 -0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-10-13 11:40:34 +0200 |
commit | 343ada977fda2e33b97864841a856019e91c984b (patch) | |
tree | 5133a78a76ce423d956f05d878a8d803751d37c4 /sql | |
parent | bdc64b65094a9fae17e12ae695048ce31e33b4e4 (diff) |
Scripts/BoreanTundra: Modernized Unfit for Death (11865) implementation (#28297)
(cherry picked from commit c0758ae6f3201cf9584fa43304aee041a6c4ffff)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_10_13_02_world_2022_10_02_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_10_13_02_world_2022_10_02_00_world.sql b/sql/updates/world/master/2022_10_13_02_world_2022_10_02_00_world.sql new file mode 100644 index 00000000000..b777521169e --- /dev/null +++ b/sql/updates/world/master/2022_10_13_02_world_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; |