aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-03-14 18:08:38 +0100
committerAnubisss <none@none>2009-03-14 18:08:38 +0100
commit8cce1ff1ecf795ebe8c620a9469e3b9d7290241a (patch)
tree74eb5151705aef0cdbe9e5ea96e73db4101ad04a
parent5d440f28986f4ab4ee886d24fde2d53440a33560 (diff)
*Delete incorrect sqls. Add the correct SpellFamilyMask for Blade Twisting.
--HG-- branch : trunk
-rw-r--r--sql/updates/1881_world.sql4
-rw-r--r--sql/updates/1895_world.sql (renamed from sql/updates/1211_world.sql)4
-rw-r--r--sql/updates/CMakeLists.txt3
3 files changed, 3 insertions, 8 deletions
diff --git a/sql/updates/1881_world.sql b/sql/updates/1881_world.sql
deleted file mode 100644
index 2c8f5b4708a..00000000000
--- a/sql/updates/1881_world.sql
+++ /dev/null
@@ -1,4 +0,0 @@
-DELETE FROM spell_proc_event where entry in (31124, 31126);
-insert into spell_proc_event () VALUES
-(31124, 0, 8, 536870926, 0, 0, 0, 0, 0, 0, 0),
-(31126, 0, 8, 536870926, 0, 0, 0, 0, 0, 0, 0);
diff --git a/sql/updates/1211_world.sql b/sql/updates/1895_world.sql
index 437fd6ddaa1..a6387631352 100644
--- a/sql/updates/1211_world.sql
+++ b/sql/updates/1895_world.sql
@@ -1,4 +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);
+(31124, 0, 8, 16777222, 0, 0, 0, 0, 0),
+(31126, 0, 8, 16777222, 0, 0, 0, 0, 0);
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index f80ffe6038d..71774b4ebbc 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -79,8 +79,7 @@ INSTALL(FILES
1825_world.sql
1828_world.sql
1857_world.sql
-1881_world.sql
1884_world.sql
1886_world.sql
-1211_world.sql
+1895_world.sql
DESTINATION share/trinity/sql/updates) \ No newline at end of file