mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Scripts/BoreanTundra: Modernized Unfit for Death (11865) implementation (#28297)
(cherry picked from commit c0758ae6f3)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user