aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-05-22 17:49:17 +0200
committerAokromes <Aokromes@users.noreply.github.com>2015-05-22 17:49:17 +0200
commit0a699c50420f2e599164e06bf433c729d36deb65 (patch)
tree2e73aa4788cd9da420706aa38175704533707ecf
parenta5f8bf36575c2372ea26892f5b5c728711ea611f (diff)
DB/Creature: Overlord Runthak
By Killyana, closes #12257
-rw-r--r--sql/updates/world/2015_05_22_11_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_22_11_world.sql b/sql/updates/world/2015_05_22_11_world.sql
new file mode 100644
index 00000000000..01122a6bc57
--- /dev/null
+++ b/sql/updates/world/2015_05_22_11_world.sql
@@ -0,0 +1,8 @@
+--
+DELETE FROM `gossip_menu` WHERE `entry`=6024 AND `text_id`=6935;
+INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (6024, 6935);
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN (14) AND `SourceGroup`=6024;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`, `NegativeCondition`) VALUES
+(14, 6024, 7176, 0, 8, 7783, 0, 0, 0, '', 'Show gossip text if player get the quest The Lord of Blackrockreward', 0),
+(14, 6024, 6935, 0, 8, 7783, 0, 0, 0, '', 'Show gossip text if te quest The Lord of Blackrock is not rewarded', 1);