Issue information

Issue ID
#8058
Status
Fixed
Severity
None
Started
ossi0110
Feb 26, 2014 20:21
Last Post
Haru
Feb 26, 2014 23:53
Confirmation
Yes (2)
No (0)

ossi0110 - Feb 26, 2014 20:21

Running in PRE-RE mode Centos 6


clif.c: In function ‘clif_wis_end’:
clif.c: error: ‘struct packet_wis_end’ has no member named ‘flag’

This post has been edited by ossi0110 on Feb 26, 2014 20:29

KeiKun - Feb 26, 2014 21:10

I am able to reproduce it too

BFPkiller - Feb 26, 2014 21:21

Confirmed on Windows Server 2008 R2.
clif.c(5931): error C2039: 'flag' : is not a member of 'packet_wis_end'
\map\packets_struct.h(949) : see declaration of 'packet_wis_end'

This post has been edited by BFPkiller on Feb 26, 2014 21:23

Beret - Feb 26, 2014 21:43

Change[code=auto:0] p.flag= (char)flag; [/code]

To
[code=:0] p.result = (char)flag; [/code]

Haru - Feb 26, 2014 23:53

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/5cbbcedd588b7eaad2df99f1a2cf9648b8d9ea64"]https://github.com/HerculesWS/Hercules/commit/5cbbcedd588b7eaad2df99f1a2cf9648b8d9ea64[/url]