aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShocker <none@none>2010-09-01 00:38:13 +0300
committerShocker <none@none>2010-09-01 00:38:13 +0300
commit6d64365e8fe2197c13683b908efdd8b50bf13516 (patch)
treeebe4cbafd44ee000e1b4465b8dfa3580cac42617 /sql/updates
parentcdaedef3c1dd39eea30b32e4bc8ac053f42cae60 (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.sql2
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