mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Misc: Miscellaneous fixes
By dr-j, closes #11780 Fix wrong loot in two chests for quest 'The Shadow Tomb'. Fix turning in of 13120 Deaths Gaze. Fix torching sunfury hold.
This commit is contained in:
6
sql/updates/world/2014_03_24_09_world_misc.sql
Normal file
6
sql/updates/world/2014_03_24_09_world_misc.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
UPDATE `gameobject_loot_template` SET `item`=31708 WHERE `entry`=21872 AND `item`=31709;
|
||||
UPDATE `gameobject_loot_template` SET `item`=31709 WHERE `entry`=21870 AND `item`=31708;
|
||||
UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=1972300 AND `source_type`=9 AND `id`=1 AND `link`=0;
|
||||
UPDATE `smart_scripts` SET `target_type`=1 WHERE `entryorguid`=1972400 AND `source_type`=9 AND `id`=1 AND `link`=0;
|
||||
UPDATE `conditions` SET `ElseGroup`=0 WHERE `ConditionValue1` = 13105 AND `SourceEntry` = 13120;
|
||||
Reference in New Issue
Block a user