mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Update 1.0.5_Updates.sql
This commit is contained in:
@@ -25,4 +25,4 @@ UPDATE `Traders_DATA` SET `qty` = '10' WHERE `afile` = 'trade_any_bicycle';
|
|||||||
-- Prevent hitpoints from overflooding and causing errors
|
-- Prevent hitpoints from overflooding and causing errors
|
||||||
--
|
--
|
||||||
|
|
||||||
ALTER TABLE `object_data` CHANGE `Hitpoints` `Hitpoints` VARCHAR(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '[]';
|
ALTER TABLE `Object_DATA` CHANGE `Hitpoints` `Hitpoints` VARCHAR(1024) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '[]';
|
||||||
|
|||||||
Reference in New Issue
Block a user