diff options
| author | silver1ce <none@none> | 2010-01-06 12:27:52 +0200 |
|---|---|---|
| committer | silver1ce <none@none> | 2010-01-06 12:27:52 +0200 |
| commit | 15618563ef38f06c758d660cf94c9baf02f350c1 (patch) | |
| tree | 5f0af4125b6c1f1da3c350aea8cbd731fdc2854d /sql | |
| parent | 69331992571f00f7be58cce4e8928b896b10471c (diff) | |
| parent | c454c2a15a71b7f3bb0a123d770c41cb2df6188d (diff) | |
merge
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -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 |
