diff options
| author | Malcrom <malcromdev@gmail.com> | 2022-10-01 23:47:02 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-02 04:47:02 +0200 |
| commit | c0758ae6f3201cf9584fa43304aee041a6c4ffff (patch) | |
| tree | 496514d5e197b76548d24d4aeb85ad1c81ae2d63 /sql | |
| parent | c1dd282c07d36812c45d7351df8caa1ac985b0b5 (diff) | |
Scripts/BoreanTundra: Modernized Unfit for Death (11865) implementation (#28297)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2022_10_02_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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; |
