Skip to content

Commit caea8a7

Browse files
committed
fix(gamedata): GiveNamedItem linux
1 parent 0d3391f commit caea8a7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Over here will be noted all the update change logs.
44

5+
## v1.6.28 - [Release](https://github.com/swiftly-solution/swiftly/releases/tag/v1.6.28)
6+
7+
### GameData / Signatures
8+
9+
- Fixed GiveNamedItem signature
10+
511
## v1.6.27 - [Release](https://github.com/swiftly-solution/swiftly/releases/tag/v1.6.27)
612

713
### Events

plugin_files/gamedata/cs2/core/signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"GiveNamedItem": {
5858
"lib": "server",
5959
"windows": "48 89 5C 24 ? 48 89 74 24 ? 55 57 41 55 41 56 41 57 48 8D 6C 24 E0",
60-
"linux": "55 48 89 E5 41 57 41 56 4D 89 C6 41 55 49 89 D5 41 54 49 89 F4"
60+
"linux": "55 48 89 E5 41 57 41 56 49 89 F6 41 55 4D 89 C5 41 54 49 89 D4"
6161
},
6262
"CTakeDamageInfo_Constructor": {
6363
"lib": "server",

0 commit comments

Comments
 (0)