aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-04-24 19:02:22 +0200
committerKillyana <morphone1@gmail.com>2017-04-24 19:02:22 +0200
commit2885dc92d03fd3b08ae6a33dcef99393891727b6 (patch)
tree0829ce096e1327635eb4e744fef5ea80e1153b52
parentc423b37143f09080c15682fadd88941e35895e73 (diff)
DB/Gossip: Maddix and Alieshor
Updates #19432
-rw-r--r--sql/updates/world/3.3.5/2017_04_24_09_world.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_04_24_09_world.sql b/sql/updates/world/3.3.5/2017_04_24_09_world.sql
new file mode 100644
index 00000000000..faeafe87c94
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_04_24_09_world.sql
@@ -0,0 +1,13 @@
+--
+DELETE FROM `gossip_menu` WHERE `entry`=8558 AND `text_id`=10722;
+INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES
+(8558,10722);
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14,15) AND `SourceGroup` IN (8558,8560);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(14,8558,7778,0,0,5,0,932,16,0,0,0,0,'',"Show gossip text if player is Friendly with The Aldor"),
+(14,8558,10722,0,0,5,0,932,16,0,1,0,0,'',"Show gossip text if player is not Friendly with The Aldor"),
+(14,8560,7778,0,0,5,0,934,16,0,0,0,0,'',"Show gossip text if player is Friendly with The Scryers"),
+(14,8560,10723,0,0,5,0,934,16,0,1,0,0,'',"Show gossip text if player is not Friendly with The Scryers"),
+(15,8558,0,0,0,5,0,932,16,0,0,0,0,'',"Show gossip menu option if player is Friendly with The Aldor"),
+(15,8560,0,0,0,5,0,934,16,0,0,0,0,'',"Show gossip menu option if player is Friendly with The Scryers");