mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-15 18:18:31 +00:00
Fixed Day of Defeat offsets for 20100203 update (bug 4262, r=dvander, a12=blocking).
This commit is contained in:
parent
4a2f2649ac
commit
327a817bdc
@ -7,28 +7,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"
|
||||
{
|
||||
@ -37,8 +37,8 @@
|
||||
}
|
||||
"CommitSuicide"
|
||||
{
|
||||
"windows" "396"
|
||||
"linux" "396"
|
||||
"windows" "422"
|
||||
"linux" "423"
|
||||
}
|
||||
"GetVelocity"
|
||||
{
|
||||
@ -77,8 +77,8 @@
|
||||
}
|
||||
"WeaponEquip"
|
||||
{
|
||||
"windows" "235"
|
||||
"linux" "236"
|
||||
"windows" "249"
|
||||
"linux" "250"
|
||||
}
|
||||
"Activate"
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user