Skip to content

Commit d19925a

Browse files
committed
Update offsets for TF2 version 9738181 (2025-05-12)
1 parent 5326f76 commit d19925a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

addons/sourcemod/gamedata/prophunt.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,28 +104,28 @@
104104
}
105105
"CTFWeaponBaseGun::FireProjectile"
106106
{
107-
"linux" "479"
108-
"windows" "472"
107+
"linux" "480"
108+
"windows" "473"
109109
}
110110
"CTFWeaponBaseGun::GetProjectileDamage"
111111
{
112-
"linux" "494"
113-
"windows" "487"
112+
"linux" "495"
113+
"windows" "488"
114114
}
115115
"CTFWeaponBaseMelee::Smack"
116116
{
117-
"linux" "479"
118-
"windows" "472"
117+
"linux" "480"
118+
"windows" "473"
119119
}
120120
"CTFWeaponBaseMelee::GetMeleeDamage"
121121
{
122-
"linux" "483"
123-
"windows" "476"
122+
"linux" "484"
123+
"windows" "477"
124124
}
125125
"CTFScatterGun::HasKnockback"
126126
{
127-
"linux" "500"
128-
"windows" "493"
127+
"linux" "501"
128+
"windows" "494"
129129
}
130130
"CTFProjectile_Jar::GetDamage"
131131
{

addons/sourcemod/scripting/prophunt.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#pragma semicolon 1
3232
#pragma newdecls required
3333

34-
#define PLUGIN_VERSION "1.8.4"
34+
#define PLUGIN_VERSION "1.8.5"
3535

3636
#define PLUGIN_TAG "[{orange}PropHunt{default}]"
3737

0 commit comments

Comments
 (0)