aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-04-05 12:07:44 -0500
committerSubv <s.v.h21@hotmail.com>2012-04-05 12:10:48 -0500
commit4126e76862b3bfa2a1ac790af09d7e0e74318fc0 (patch)
tree7497a10bf3f9418f59221dd9c7bc11f427d5c7c8
parent9ae22e06f658f91b3064a2ac3f5dec9d2bde662a (diff)
SQL/Spells: Fixed Libram of Veracity proc
Closes #6022 Signed-off-by: Subv <s.v.h21@hotmail.com>
-rw-r--r--sql/updates/world/2012_04_05_01_world_spell_proc_event.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_05_01_world_spell_proc_event.sql b/sql/updates/world/2012_04_05_01_world_spell_proc_event.sql
new file mode 100644
index 00000000000..076f97b8736
--- /dev/null
+++ b/sql/updates/world/2012_04_05_01_world_spell_proc_event.sql
@@ -0,0 +1,2 @@
+UPDATE `spell_proc_event` SET `SpellFamilyMask0`=0x80000000, `SpellFamilyMask1`=0 WHERE `entry`=67363; -- Fixes Libram of Veracity proc
+