diff options
author | Paradox <none@none> | 2010-01-05 16:18:27 -0500 |
---|---|---|
committer | Paradox <none@none> | 2010-01-05 16:18:27 -0500 |
commit | da81f2ccd80fc250fa584345efc4e7eb9af545f7 (patch) | |
tree | c79734970c942db4759ba2de2819be2f56b0f09b | |
parent | 4a0af0314ee066f37ecb2a7fb8096ae8180dc966 (diff) |
Fix CRLF
--HG--
branch : trunk
-rw-r--r-- | sql/updates/6898_world_spell_proc_event.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/6898_world_spell_proc_event.sql b/sql/updates/6898_world_spell_proc_event.sql index 2dda27a4a79..4751b9d29b4 100644 --- a/sql/updates/6898_world_spell_proc_event.sql +++ b/sql/updates/6898_world_spell_proc_event.sql @@ -1,2 +1,2 @@ -DELETE FROM spell_proc_event WHERE entry = 58387;
+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 |