diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-05-12 16:11:53 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-12 16:11:53 +0700 |
| commit | 60d6788336b5d02d4bf998c6a8e2255fecb04393 (patch) | |
| tree | 645ea8ddc6b6271c8c70a6b9c70ce39c3304ce87 /sql/updates | |
| parent | 6396cf3e46b4c45788247968b5774cd4976b71ad (diff) | |
Core/Spells: Fix hunter talent Frenzy
Closes #709
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_05_12_00_world_spell_proc_event.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_12_00_world_spell_proc_event.sql b/sql/updates/world/2011_05_12_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..b34ff472d4b --- /dev/null +++ b/sql/updates/world/2011_05_12_00_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 20784; +INSERT INTO `spell_proc_event` VALUES +(20784,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000002,0,0,0); |
