Change price of struct hCSData to signed int

Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
This commit is contained in:
Ibrahim Zidan 2026-06-29 21:52:34 +03:00
parent aa21e55b14
commit 42cfceeede
No known key found for this signature in database
GPG key ID: 0F0A43C7FE4C7B9A

View file

@ -745,7 +745,7 @@ struct s_packet_db {
struct hCSData {
int id;
unsigned int price;
int price;
};
struct cdelayed_damage {