mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Renames spells_new fields.
field191 => viral_targets field192 => viral_timer
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `spells_new` CHANGE `field191` `viral_targets` INT(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spells_new` CHANGE `field192` `viral_timer` INT(11) NOT NULL DEFAULT '0';
|
||||
Reference in New Issue
Block a user