diff options
| author | QAston <none@none> | 2009-03-15 16:20:10 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-03-15 16:20:10 +0100 |
| commit | d910fc951e0ccc74f904700d28e7dc5faed5462e (patch) | |
| tree | 6a879bf0067a611f6afba098ba3b1a77ddb70c84 /sql/updates/1912_world.sql | |
| parent | 8b246d66d31b8f99544a4e7b74ccfa16b9c0f3c4 (diff) | |
*Auras by caster are now shown correctly (doublesized).
*First rank of Psychic Horror now procs correctly.
*Mana drain effects amount of damage is now correct.
*Raczman is now satisfied.
--HG--
branch : trunk
rename : sql/updates/1910_world.sql => sql/updates/1912_world.sql
Diffstat (limited to 'sql/updates/1912_world.sql')
| -rw-r--r-- | sql/updates/1912_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/1912_world.sql b/sql/updates/1912_world.sql new file mode 100644 index 00000000000..267dcf548e9 --- /dev/null +++ b/sql/updates/1912_world.sql @@ -0,0 +1,11 @@ +-- Shattered Barrier +-- Psychic Horror +-- Improved Fear +DELETE FROM `spell_proc_event` WHERE `entry` IN (44745, 54787, 47571, 47572, 53754, 53759); +INSERT INTO `spell_proc_event` VALUES +(44745, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0006000, 0.000000, 0.000000, 0), +(54787, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0006000, 0.000000, 0.000000, 0), +(47571, 0x00, 6, 65536, 0x00000000, 0x00000000, 65536, 0x0006000, 0.000000, 0.000000, 0), +(47572, 0x00, 6, 59981, 0x00000000, 0x00000000, 65536, 0x0006000, 0.000000, 0.000000, 0), +(53754, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0), +(53759, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0); |
