diff options
| author | QAston <none@none> | 2009-03-19 10:40:02 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-03-19 10:40:02 +0100 |
| commit | 3ff11b64bae87a8c33aede71816ed7fb8b82f766 (patch) | |
| tree | 8bb37edb3773bb936bc6e1e35c45f61cc183d6af /sql/updates/2013_world.sql | |
| parent | c4a5368d4e81570a3ac20d151f671c79c92b1557 (diff) | |
*Move Overkill and Master of Subtlety to procflag and fix some issues with them.
*Proc Shattered Barrier only on aura destroy.
*Fix some possible issues with aura stackamount display.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/2013_world.sql')
| -rw-r--r-- | sql/updates/2013_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/2013_world.sql b/sql/updates/2013_world.sql new file mode 100644 index 00000000000..9fd2a1fc7fe --- /dev/null +++ b/sql/updates/2013_world.sql @@ -0,0 +1,11 @@ +-- Shattered Barrier +DELETE FROM `spell_proc_event` WHERE `entry` IN (44745, 54787, 58426, 31221, 31222, 31223); +INSERT INTO `spell_proc_event` VALUES +(44745, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0002000, 0.000000, 0.000000, 0), +(54787, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0002000, 0.000000, 0.000000, 0), +-- Overkill +(58426, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x0004001, 0.000000, 0.000000, 0), +-- Master of subtlety +(31221, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x0004001, 0.000000, 0.000000, 0), +(31222, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x0004001, 0.000000, 0.000000, 0), +(31223, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x0004001, 0.000000, 0.000000, 0); |
