bug in src/Task/TalkNPC.pm

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

bug in src/Task/TalkNPC.pm

#1 Post by sofax222 »

In the code section of src/Task/TalkNPC.pm:

Code: Select all

				# We give some time to get inventory_item_added packet from server.
				# And skip this itteration.
				$ai_v{npc_talk}{time} = time + 0.2;
				$self->{time} = time + 0.2;
				next;
			}
The "next;" statement will make OpneKore crash in running !

Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: bug in src/Task/TalkNPC.pm

#2 Post by Kaspy »

Fixed
Image

Post Reply