aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-06-28 03:57:17 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-06-28 03:57:17 +0200
commit68958205d40cbadd2e5ad7d88f68accceedfb041 (patch)
tree619b5683f8460a4f6a0692c48d99bbe1b8080db0
parentc97a9945645e1c3be6fbbc52b0f2b96534fad1b2 (diff)
DB/Conditions: Arcanum of the stalwart protector
Closes #10163
-rw-r--r--sql/updates/world/2014_06_28_03_world_misc.sql5
1 files changed, 5 insertions, 0 deletions
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);