From 68958205d40cbadd2e5ad7d88f68accceedfb041 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 28 Jun 2014 03:57:17 +0200 Subject: DB/Conditions: Arcanum of the stalwart protector Closes #10163 --- sql/updates/world/2014_06_28_03_world_misc.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2014_06_28_03_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2014_06_28_03_world_misc.sql b/sql/updates/world/2014_06_28_03_world_misc.sql new file mode 100644 index 00000000000..bc591852817 --- /dev/null +++ b/sql/updates/world/2014_06_28_03_world_misc.sql @@ -0,0 +1,5 @@ +-- +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES +(23, 30431, 44150, 5, 1106, 192, 'Arcanum of the stalwart protector - when Argent Crusade revered/exalted'), +(23, 30431, 50369, 5, 1106, 63, 'Arcanum of the stalwart protector - when Argent Crusade not revered/exalted'); +UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`='32344' WHERE `menu_id` IN (10119,10120); -- cgit v1.2.3