aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-10-20 01:15:38 +0200
committerKillyana <morphone1@gmail.com>2017-10-20 01:15:38 +0200
commitb25c29640e55e88e25487bddbaee63aaafe6cd46 (patch)
tree91cbb16bf057203ff38d076d9a712aee02be6928
parent4a6be31fdb7e3de30b296d3a67ada1d4d6bb5d92 (diff)
DB/Gossip: Advisor Sunsworn
Closes #20635
-rw-r--r--sql/updates/world/3.3.5/2017_10_19_10_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_19_10_world.sql b/sql/updates/world/3.3.5/2017_10_19_10_world.sql
new file mode 100644
index 00000000000..c87ee3accd3
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_19_10_world.sql
@@ -0,0 +1,9 @@
+-- Advisor Sunsworn
+DELETE FROM `gossip_menu` WHERE `MenuID`=7362 AND `TextID`=8795;
+INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
+(7362,8795,0);
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7362;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(14,7362,8794,0,0,16,0,512,0,0,1,0,0,"","Show gossip text if player is not a Blood Elf"),
+(14,7362,8795,0,0,16,0,512,0,0,0,0,0,"","Show gossip text if player is a Blood Elf");