mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 00:01:28 +00:00
Merge pull request #465 from KayenEQ/Development
Optional but recommended SQL to update spells_new table fields.
This commit is contained in:
commit
d91e7731c3
7
utils/sql/git/optional/2015_10_15_spells_new_update.sql
Normal file
7
utils/sql/git/optional/2015_10_15_spells_new_update.sql
Normal file
@ -0,0 +1,7 @@
|
||||
ALTER TABLE `spells_new` CHANGE `field209` `no_resist` INT(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spells_new` CHANGE `field232` `no_remove` INT(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spells_new` CHANGE `maxtargets` `no_hd_item_mod` INT(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spells_new` CHANGE `not_extendable` `not_focusable` INT(11) NOT NULL DEFAULT '0';
|
||||
ALTER TABLE `spells_new` CHANGE `field217` `override_crit` INT(11) NOT NULL DEFAULT '0';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user