diff options
| author | QAston <none@none> | 2009-04-19 02:32:03 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-04-19 02:32:03 +0200 |
| commit | 49bfc48f6e29b6bfd5de7f158ca1f4112ccc7014 (patch) | |
| tree | 682741208628cd3dbdc734ef3d50e8218417071e /sql/updates | |
| parent | c75e4675134213ef05e483fb86a23ae66a58adf1 (diff) | |
*Fix Dash - original patch by Dani.
*Set max target limit for Circle of healing.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/2794_world_spell_proc_event.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/2794_world_spell_proc_event.sql b/sql/updates/2794_world_spell_proc_event.sql new file mode 100644 index 00000000000..ac52b418d85 --- /dev/null +++ b/sql/updates/2794_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (54754); +INSERT INTO `spell_proc_event` VALUES +(54754, 0x00, 7, 0x00000010, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000, 0.000000, 0); |
