mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Extended racemasks in db to uint64
This commit is contained in:
4
sql/updates/world/master/2018_09_26_00_world.sql
Normal file
4
sql/updates/world/master/2018_09_26_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `mail_level_reward` CHANGE `raceMask` `raceMask` bigint(20) unsigned NOT NULL;
|
||||
ALTER TABLE `playercreateinfo_spell_custom` CHANGE `racemask` `racemask` bigint(20) unsigned NOT NULL;
|
||||
ALTER TABLE `playercreateinfo_cast_spell` CHANGE `raceMask` `raceMask` bigint(20) unsigned NOT NULL;
|
||||
ALTER TABLE `spell_area` CHANGE `racemask` `racemask` bigint(20) unsigned NOT NULL;
|
||||
Reference in New Issue
Block a user