diff options
| author | David Carlos Manuelda <StormByte@gmail.com> | 2015-08-11 13:38:09 +0200 |
|---|---|---|
| committer | StormBytePP <stormbyte@gmail.com> | 2015-08-23 20:06:46 +0200 |
| commit | e4884708798da7775007661ac1147d732eeb0d4a (patch) | |
| tree | 467dd257ce00957b8286b9403a206f639fc0c885 /sql | |
| parent | 2b8d77cdf2b6d6c0ea78c4c1681cde0c61f542fc (diff) | |
Core/Spell: Remove Rigor Mortis casting on DK creation and make Rigor Mortis spell be positive instead of negative by @Killyana and @killradio
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_08_23_00_world.sql | 3 |
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; |
