mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/Misc: Misc Fixes
* Fix an error with spellfocus with previous conditions * Battle for Hilsbrad so previous quest links to correct quest and not one which is disabled as depreciated quest, ie quest 14351 replaced quest 550 but tc still had quest 550 set as next quest quest for 541 and was missing creature_queststarter entry for correct quest * Crusader Bridenbrad phasing (should be visible for a tale of valor)
This commit is contained in:
7
sql/updates/world/2014_11_17_00_world.sql
Normal file
7
sql/updates/world/2014_11_17_00_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
UPDATE `conditions` SET `ConditionValue1`=188679 WHERE `ConditionValue1`=300199;
|
||||
DELETE FROM `creature_queststarter` WHERE `quest`=14351;
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(2215, 14351);
|
||||
UPDATE `quest_template` SET `NextQuestIdChain`=14351 WHERE `Id`=541;
|
||||
UPDATE `quest_template` SET `PrevQuestId`=541 WHERE `Id`=14351;
|
||||
UPDATE `spell_area` SET `quest_start_status`=74 WHERE `spell`=57745 AND `area`=4591 AND `quest_start`=13068 AND `aura_spell`=0 AND `racemask`=0 AND `gender`=2;
|
||||
Reference in New Issue
Block a user