From a886552c85f38b831b9886f38363932bddb3cc93 Mon Sep 17 00:00:00 2001 From: Astellar Date: Tue, 5 Jan 2010 15:52:44 +0300 Subject: Glyph of Blocking proc moved to DB. --HG-- branch : trunk --- sql/updates/6901_world_spell_proc_event.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/6901_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/6901_world_spell_proc_event.sql b/sql/updates/6901_world_spell_proc_event.sql new file mode 100644 index 00000000000..fab8748d36a --- /dev/null +++ b/sql/updates/6901_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +DELETE FROM spell_proc_event WHERE entry = 58375; +INSERT INTO spell_proc_event VALUES(58375, 0, 4, 0, 0x200, 0, 0x10, 0, 0, 0, 0); -- Glyph of Blocking \ No newline at end of file -- cgit v1.2.3