aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstellar <none@none>2010-01-05 12:25:33 +0300
committerAstellar <none@none>2010-01-05 12:25:33 +0300
commit5f147e5fa23c0e669f74840c4d9c71998a046b83 (patch)
treea4cc29af396f9151bac8d2ce333df22026e7ee7f
parenta93b9876375753b27247ae70928a40814ac9c240 (diff)
SQL changes for previous commit.
--HG-- branch : trunk
-rw-r--r--sql/updates/6898_world_spell_proc_event.sql2
-rw-r--r--sql/world.sql1
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/6898_world_spell_proc_event.sql b/sql/updates/6898_world_spell_proc_event.sql
new file mode 100644
index 00000000000..2dda27a4a79
--- /dev/null
+++ b/sql/updates/6898_world_spell_proc_event.sql
@@ -0,0 +1,2 @@
+DELETE FROM spell_proc_event WHERE entry = 58387;
+INSERT INTO spell_proc_event VALUES(58387, 0, 4, 16384, 64, 0, 16, 0, 0, 0, 0); -- Glyph of Sunder Armor \ No newline at end of file
diff --git a/sql/world.sql b/sql/world.sql
index 5113bcea1ff..f77fcb1faef 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -6681,6 +6681,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam
( 57989, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000000, 0, 0, 0), -- uncommented
( 65661, 0x00, 15, 0x00400010, 0x20020004, 0x00000000, 0x00000010, 0x00000000, 0, 100, 0), -- uncommented
( 53601, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000A02A8, 0x00000000, 0, 0, 6), -- Sacred Shield (Rank 1)
+( 58387, 0x00, 4, 0x00004000, 0x00000040, 0x00000000, 0x00000010, 0x00000000, 0, 0, 0), -- Glyph of Sunder Armor
( 54925, 0x02, 10, 0x00000000, 0x00000208, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Glyph of Seal of Command
/*!40000 ALTER TABLE `spell_proc_event` ENABLE KEYS */;
UNLOCK TABLES;