diff options
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; |
