mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Apply missing updates to epoch.sql
All updates in 1.0.6_Updates.sql are now applied to epoch.sql.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
DayZ Epoch 1.0.6 Updates
|
||||
|
||||
ONLY RUN THIS FILE IF UPDATING AN EXISTING 1051 DATABASE TO 106.
|
||||
NEW DATABASES SHOULD USE EPOCH.SQL INSTEAD.
|
||||
*/
|
||||
|
||||
|
||||
-- ----------------------------
|
||||
-- Prevent hitpoints from overflooding and causing errors
|
||||
-- ----------------------------
|
||||
@@ -34,7 +42,6 @@ DEALLOCATE PREPARE stmt;
|
||||
|
||||
ALTER TABLE `character_data` CHANGE `CashMoney` `Coins` bigint(20) NOT NULL DEFAULT '0';
|
||||
|
||||
|
||||
-- ----------------------------
|
||||
-- Update player_data to support group system with ~100 players per group
|
||||
-- Also add single currency support
|
||||
@@ -108,7 +115,7 @@ INSERT IGNORE INTO `Traders_DATA` VALUES (NULL, '["datsun1_civil_3_open_DZE",2]'
|
||||
-- ----------------------------
|
||||
-- Add new attachments category to DB traders
|
||||
-- ----------------------------
|
||||
INSERT INTO `trader_tids` VALUES(693, 'Attachments', 176);
|
||||
INSERT INTO `trader_tids` VALUES(693, 'Attachments', 165);
|
||||
INSERT INTO `Traders_DATA` VALUES(null, '["Attachment_ACOG",1]', 10, '[8,"ItemGoldBar",1]', '[4,"ItemGoldBar",1]', 0, 693, 'trade_items');
|
||||
INSERT INTO `Traders_DATA` VALUES(null, '["Attachment_BELT",1]', 10, '[4,"ItemGoldBar",1]', '[2,"ItemGoldBar",1]', 0, 693, 'trade_items');
|
||||
INSERT INTO `Traders_DATA` VALUES(null, '["Attachment_CCO",1]', 10, '[4,"ItemGoldBar",1]', '[2,"ItemGoldBar",1]', 0, 693, 'trade_items');
|
||||
|
||||
Reference in New Issue
Block a user