aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJildor <gildor55@gmail.com>2012-04-11 18:07:29 +0200
committerJildor <gildor55@gmail.com>2012-04-11 18:07:29 +0200
commit490809147baae2364e845614a989847088da9a92 (patch)
treedf25a32211410cd702de1bd932783f8ed0c5a659
parentbe5b91f6bb9f98d40723807a03da6dc00d6b6aff (diff)
DB/Spells: Fix Honor Among Thieves proc
-rw-r--r--sql/updates/world/2012_04_11_00_world_spell_proc_event.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_11_00_world_spell_proc_event.sql b/sql/updates/world/2012_04_11_00_world_spell_proc_event.sql
new file mode 100644
index 00000000000..e5dfbeb0e66
--- /dev/null
+++ b/sql/updates/world/2012_04_11_00_world_spell_proc_event.sql
@@ -0,0 +1,4 @@
+-- Honor Among Thieves proc
+UPDATE `spell_proc_event` SET `CustomChance`=33 WHERE `entry`=51698; -- Rank 1
+UPDATE `spell_proc_event` SET `CustomChance`=66 WHERE `entry`=51700; -- Rank 2
+UPDATE `spell_proc_event` SET `CustomChance`=100 WHERE `entry`=51701; -- Rank 3