Skip to content

Commit

Permalink
DB/Misc: Enable tavern in Shadow Vault (Icecrown). It should only wor…
Browse files Browse the repository at this point in the history
…k in phase 1.

Closes TrinityCore#26292
  • Loading branch information
r4d1sh authored and Shauren committed Jan 26, 2024
1 parent 7e28ee4 commit b4783d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sql/updates/world/3.3.5/2024_01_26_00_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
--
DELETE FROM `areatrigger_tavern` WHERE `id` = 5309;
INSERT INTO `areatrigger_tavern` (`id`, `name`) VALUES (5309, 'Shadow Vault');

DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 30 AND `SourceEntry` = 5309;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(30, 0, 5309, 0, 0, 26, 0, 1, 0, 0, 0, 0, 0, '', 'Shadow Vault tavern requires phase 1.');

0 comments on commit b4783d6

Please sign in to comment.