diff options
| author | QAston <none@none> | 2009-02-26 18:24:00 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-02-26 18:24:00 +0100 |
| commit | 2afeac52cf1c09944e89f953b10a7b958322617d (patch) | |
| tree | 8b998d0608367e3aa62df318f8e3f8d080e57086 /sql | |
| parent | 556e17ba230a4c897fd4b654f1d0f36b488cba00 (diff) | |
*Fix bloodsurge proc.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1570_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/1570_world.sql b/sql/updates/1570_world.sql new file mode 100644 index 00000000000..8c4f15fb3e2 --- /dev/null +++ b/sql/updates/1570_world.sql @@ -0,0 +1,3 @@ +-- Bloodsurge +DELETE FROM `spell_proc_event` WHERE `entry` IN (46915); +INSERT INTO `spell_proc_event` VALUES (46915, 0x00, 6, 0x00000040, 0x00000404, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); |
