mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Conditions: Fix gossip option conditions for Orbaz Bloodbane
Closes #20804
This commit is contained in:
5
sql/updates/world/3.3.5/2017_11_08_07_world.sql
Normal file
5
sql/updates/world/3.3.5/2017_11_08_07_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9769;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(15, 9769, 0, 0, 0, 28, 0, 12757, 0, 0, 0, 0, 0, "", "Show gossip option only if player has quest 'Scarlet Armies Approach...' complete AND"),
|
||||
(15, 9769, 0, 0, 0, 30, 0, 191155, 30, 0, 1, 0, 0, "", "Show gossip option only if gameobject Portal to Acherus is NOT within 30 yards");
|
||||
Reference in New Issue
Block a user