mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix server position sync after knockout
All DayZ Mod Development commits since 1.8.7 release (Jan. 24) have now been applied.
This commit is contained in:
@@ -3,8 +3,8 @@ ZombieWorker[] =
|
||||
{Loot_GROUP, 10, Consumable},
|
||||
{Loot_GROUP, 2, AmmoCivilian},
|
||||
{Loot_MAGAZINE, 3, ItemBandage},
|
||||
{Loot_MAGAZINE, 3, ItemPainkiller},
|
||||
{Loot_MAGAZINE, 3, ItemAntibacterialWipe},
|
||||
{Loot_MAGAZINE, 2, ItemPainkiller},
|
||||
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
|
||||
{Loot_MAGAZINE, 2, ItemDocument},
|
||||
{Loot_MAGAZINE, 2, ItemWire},
|
||||
{Loot_MAGAZINE, 3, ItemTankTrap},
|
||||
@@ -15,5 +15,5 @@ ZombieWorker[] =
|
||||
ZombieWorkerViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieCivilian},
|
||||
{Loot_MAGAZINE, 2, ItemAntibiotic1}
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
Reference in New Issue
Block a user