mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 03:07:33 +00:00
@@ -2,6 +2,6 @@
|
||||
UPDATE npc_types SET slow_mitigation = slow_mitigation * 100;
|
||||
|
||||
-- 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';
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE npc_types MODIFY slow_mitigation smallint(4) NOT NULL DEFAULT '0';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user