mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
commit
5af0cb2844
@ -2,6 +2,6 @@
|
|||||||
UPDATE npc_types SET slow_mitigation = slow_mitigation * 100;
|
UPDATE npc_types SET slow_mitigation = slow_mitigation * 100;
|
||||||
|
|
||||||
-- Change variable type from FLOAT TO INT
|
-- Change variable type from FLOAT TO INT
|
||||||
ALTER TABLE npc_types MODIFY slow_mitigation smallint(4);
|
ALTER TABLE npc_types MODIFY slow_mitigation smallint(4) NOT NULL DEFAULT '0';
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
3
utils/sql/git/required/2014_05_4_SlowMitigationFix.sql
Normal file
3
utils/sql/git/required/2014_05_4_SlowMitigationFix.sql
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
ALTER TABLE npc_types MODIFY slow_mitigation smallint(4) NOT NULL DEFAULT '0';
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user