aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-03-14 09:42:38 +0100
committerBlaymoira <none@none>2009-03-14 09:42:38 +0100
commit8e846418cabb4f9b384eb6bc77ef935318e8149d (patch)
tree75795518bc425cb35ae56fc8e5d5c5fe55d8c2ed
parent62cdd39279e573f99bc49db45a043bd057372afc (diff)
*Correct FamilyMask for spell 31124 and ranks - by Anubisss
--HG-- branch : trunk
-rw-r--r--sql/updates/1211_world.sql4
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/1211_world.sql b/sql/updates/1211_world.sql
new file mode 100644
index 00000000000..437fd6ddaa1
--- /dev/null
+++ b/sql/updates/1211_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM spell_proc_event where entry IN (31124, 31126);
+INSERT INTO spell_proc_event () VALUES
+(31124, 0, 8, 553648142, 0, 0, 0, 0, 0),
+(31126, 0, 8, 553648142, 0, 0, 0, 0, 0);
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 86cd4a440d4..a7669521d01 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -173,4 +173,5 @@ INSTALL(FILES
1159_world.sql
1160_world.sql
1164_characters.sql
+1211_world.sql
DESTINATION share/trinity/sql/updates)