diff --git a/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt b/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt index 209511b..00530a7 100644 --- a/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt +++ b/cstrike/addons/sourcemod/gamedata/plugin.zombiereloaded.txt @@ -11,44 +11,51 @@ { "TraceAttack" { - "windows" "60" - "linux" "61" + "windows" "59" + "linux" "60" + "mac" "60" } "OnTakeDamage" { - "windows" "62" - "linux" "63" + "windows" "61" + "linux" "62" + "mac" "62" } "StartTouch" { - "windows" "97" - "linux" "98" + "windows" "96" + "linux" "97" + "mac" "97" } "Touch" { - "windows" "98" - "linux" "99" + "windows" "97" + "linux" "98" + "mac" "98" } "EndTouch" { - "windows" "99" - "linux" "100" + "windows" "98" + "linux" "99" + "mac" "99" } "Weapon_CanUse" { - "windows" "255" - "linux" "256" + "windows" "254" + "linux" "255" + "mac" "255" } "Weapon_Drop" { - "windows" "258" - "linux" "259" + "windows" "257" + "linux" "258" + "mac" "258" } } } diff --git a/docs/zr_3.0-b2-patch_changelog.txt b/docs/zr_3.0-b2-patch_changelog.txt index c88cd7b..caaa45a 100644 --- a/docs/zr_3.0-b2-patch_changelog.txt +++ b/docs/zr_3.0-b2-patch_changelog.txt @@ -255,3 +255,7 @@ released. If the file is empty there are no config changes in that patch. ----------------- * Replaced RemoveEdict with kill entity input command. This might fix some rare crashes. * Updated gamedata file. Thanks to psychonic and TnTSCS. + +2012.07.04 - r693 +----------------- +* Fixed incorrect offsets in gamedata file. diff --git a/patchlist.conf b/patchlist.conf index 7178ebf..a85805f 100644 --- a/patchlist.conf +++ b/patchlist.conf @@ -24,3 +24,4 @@ 675 689 692 +693