aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDavid Carlos Manuelda <stormbyte@gmail.com>2015-08-23 20:08:08 +0200
committerDavid Carlos Manuelda <stormbyte@gmail.com>2015-08-23 20:08:08 +0200
commitcdfa9afceb224a6b0a34889f06c720f6bc982c61 (patch)
tree467dd257ce00957b8286b9403a206f639fc0c885 /sql
parent2b8d77cdf2b6d6c0ea78c4c1681cde0c61f542fc (diff)
parente4884708798da7775007661ac1147d732eeb0d4a (diff)
Merge pull request #15258 from StormBytePP/6.x_fix_rigor_mortis
Core/Spell: Remove Rigor Mortis casting on DK creation and make Rigor Mortis spell be positive instead of negative. Fix by @Killyana and @killradio Closes #15248
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_08_23_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_08_23_00_world.sql b/sql/updates/world/2015_08_23_00_world.sql
new file mode 100644
index 00000000000..0d7509c6150
--- /dev/null
+++ b/sql/updates/world/2015_08_23_00_world.sql
@@ -0,0 +1,3 @@
+-- Fix rigor mortis being caster upon DK creation which shouldn't
+-- Don't excluding just DK class because original value was 0 (all)
+UPDATE `playercreateinfo_cast_spell` SET `classMask`=925 WHERE `raceMask`=16 AND `spell`=73523;