diff options
| author | n0n4m3 <none@none> | 2009-12-20 17:15:11 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2009-12-20 17:15:11 +0100 |
| commit | 5f4c1e97b74ec52ab4c0680059d8fd9cb5c46cba (patch) | |
| tree | cec8a9a4fb1f3433045f7b229cf734fddac22b71 | |
| parent | 81db9de678ce079b7c9478fb830855679e16e28d (diff) | |
Fixed Claw's additional combo point at Primal Fury proc
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/6652_world_spell_proc_event.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/6652_world_spell_proc_event.sql b/sql/updates/6652_world_spell_proc_event.sql new file mode 100644 index 00000000000..f02c5442110 --- /dev/null +++ b/sql/updates/6652_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM spell_proc_event WHERE entry IN (16952, 16954); +INSERT INTO spell_proc_event VALUES +(16952,0,7,233472,1024,262144,0,2,0,0,0), +(16954,0,7,233472,1024,262144,0,2,0,0,0)
\ No newline at end of file |
