EOSERV Bug Tracker > Bug #200: Drunk emote doesn't show to other players (Easy Fix)

Bug #200: Drunk emote doesn't show to other players (Easy Fix)

Drunk emote doesn't show to other players (Easy Fix)
ID #200
Submitter elevations
Product EOSERV
Severity Normal
Status CLOSED, FIXED
Submitted 10th Dec 2012
Updated 31st Jan 2014
Related SVN Revisions
Rev# Date Description
r388 31 Jan 2014 23:32:59 UTC Fix drunk emote (bug #200)
elevations Submitter 11 years, 21 weeks ago

if (emote <= 10 || emote == 12 || emote == 14)

{

character->Emote(emote, false);

}

Should be if emote <= 11

Comments

Sausage Developer 11 years, 6 weeks ago

Looks like the trade emote was accidentally put in place of the drunk emote. I'd rather put in a basic drunkness check rather than flat-out allowing the emote.

Updated Status to CONFIRMED

Sausage Developer 10 years, 13 weeks ago

Fixed in r388.

Updated Status to CLOSED, FIXED

Add Comment

Please don't post unless you have something relevant to the bug to say.
Do not comment to say "thanks" or "fix this please".

Please log in to add comments. EOSERV Bug Tracker > Bug #200: Drunk emote doesn't show to other players (Easy Fix)