Fix SetClanTag CS:GO Windows Signature (#868)

This commit is contained in:
Michael Flaherty 2018-08-15 17:56:04 -07:00
parent 3a61446626
commit 98be188cbe

View File

@ -145,7 +145,7 @@
"SetClanTag" "SetClanTag"
{ {
"library" "server" "library" "server"
"windows" "\x55\x8B\xEC\x8B\x55\x08\x85\xD2\x74\x2A\x8D\x81\x44\x25\x00\x00" "windows" "\x55\x8B\xEC\x8B\x55\x08\x85\xD2\x74\x2A\x8D\x81\x48\x25\x00\x00"
"linux" "\x55\x89\xE5\x83\xEC\x18\x8B\x45\x0C\x85\xC0\x74\x2A\x89\x44\x24\x04\x8B\x45\x08\xC7\x44\x24\x08\x10\x00\x00\x00" "linux" "\x55\x89\xE5\x83\xEC\x18\x8B\x45\x0C\x85\xC0\x74\x2A\x89\x44\x24\x04\x8B\x45\x08\xC7\x44\x24\x08\x10\x00\x00\x00"
} }
"SetModelFromClass" "SetModelFromClass"