DB Update
This commit is contained in:
parent
80bb342256
commit
03890860f3
1 changed files with 1 additions and 0 deletions
1
DB/updates/spells_update_feb28_2021.sql
Normal file
1
DB/updates/spells_update_feb28_2021.sql
Normal file
|
@ -0,0 +1 @@
|
|||
alter table spells modify column spell_type enum('Unset', 'DD', 'DoT', 'Heal', 'HoT-Ward', 'Debuff', 'Buff', 'CombatBuff', 'Taunt', 'Detaunt', 'Rez', 'Cure', 'Food', 'Drink') NOT NULL default 'Unset';
|
Loading…
Reference in a new issue