diff options
| author | Shocker <none@none> | 2010-09-01 00:38:13 +0300 |
|---|---|---|
| committer | Shocker <none@none> | 2010-09-01 00:38:13 +0300 |
| commit | 6d64365e8fe2197c13683b908efdd8b50bf13516 (patch) | |
| tree | ebe4cbafd44ee000e1b4465b8dfa3580cac42617 /sql/updates | |
| parent | cdaedef3c1dd39eea30b32e4bc8ac053f42cae60 (diff) | |
Allow Immolate DoT ticks to critically hit, fixes issue #1932
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9702_world_playercreateinfo_spell.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/9702_world_playercreateinfo_spell.sql b/sql/updates/9702_world_playercreateinfo_spell.sql new file mode 100644 index 00000000000..8a85deb6405 --- /dev/null +++ b/sql/updates/9702_world_playercreateinfo_spell.sql @@ -0,0 +1,2 @@ +DELETE FROM `playercreateinfo_spell` WHERE `Spell`=75445; +INSERT INTO `playercreateinfo_spell` VALUES (0, 9, 75445, 'Demonic Immolate');
\ No newline at end of file |
