mirror of
https://github.com/HerculesWS/Hercules
synced 2026-08-15 12:23:13 -04:00
Change price of struct hCSData to signed int
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
This commit is contained in:
parent
aa21e55b14
commit
42cfceeede
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ struct s_packet_db {
|
|||
|
||||
struct hCSData {
|
||||
int id;
|
||||
unsigned int price;
|
||||
int price;
|
||||
};
|
||||
|
||||
struct cdelayed_damage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue