diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 18:23:25 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-11-08 18:23:25 +0100 |
| commit | 8899d4d6d38311e2f0f2bfab04cd99a97f38338e (patch) | |
| tree | 3ae22f86a77b625af8900436ef4216cb8040ed87 | |
| parent | 2ee8a6375859cda8d77b13628ec366993f972c61 (diff) | |
DB/Conditions: Fix gossip option conditions for Orbaz Bloodbane
Closes #20804
| -rw-r--r-- | sql/updates/world/3.3.5/2017_11_08_07_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_08_07_world.sql b/sql/updates/world/3.3.5/2017_11_08_07_world.sql new file mode 100644 index 00000000000..03cdd475ada --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_08_07_world.sql @@ -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"); |
