From 09668c972e59b528eb953779c4a64e74c28cd14b Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 4 Feb 2010 19:28:06 -0600 Subject: [PATCH] Fixed Day of Defeat offsets for 20100203 update (bug 4262, r=dvander). --- gamedata/sdktools.games/game.dod.txt | 32 ++++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/gamedata/sdktools.games/game.dod.txt b/gamedata/sdktools.games/game.dod.txt index adc2e207..bc07b2f3 100644 --- a/gamedata/sdktools.games/game.dod.txt +++ b/gamedata/sdktools.games/game.dod.txt @@ -18,28 +18,28 @@ { "GiveNamedItem" { - "windows" "357" - "linux" "358" + "windows" "385" + "linux" "386" } "RemovePlayerItem" { - "windows" "244" - "linux" "245" + "windows" "258" + "linux" "259" } "Weapon_GetSlot" { - "windows" "242" - "linux" "243" + "windows" "256" + "linux" "257" } "Ignite" { - "windows" "199" - "linux" "200" + "windows" "201" + "linux" "202" } "Extinguish" { - "windows" "203" - "linux" "204" + "windows" "205" + "linux" "206" } "Teleport" { @@ -48,8 +48,8 @@ } "CommitSuicide" { - "windows" "396" - "linux" "397" + "windows" "422" + "linux" "423" } "GetVelocity" { @@ -88,8 +88,8 @@ } "WeaponEquip" { - "windows" "235" - "linux" "236" + "windows" "249" + "linux" "250" } "Activate" { @@ -98,8 +98,8 @@ } "PlayerRunCmd" { - "windows" "375" - "linux" "376" + "windows" "403" + "linux" "404" } } }