Update 1.0.5_Updates.sql

This commit is contained in:
f3cuk
2014-07-16 04:11:01 +02:00
parent ef43ee707c
commit 26b296b9b9

View File

@@ -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 '[]';