AngeloTadeucci / Maple2

Server emulator for MapleStory2.
GNU Affero General Public License v3.0
25 stars 8 forks source link

Fishing has some bugs #142

Open yevying opened 3 months ago

yevying commented 3 months ago

image image

yevying commented 3 months ago

IList fishingBlocks = GetFishingBlocks(session.Player.Position, session.Player.Rotation).ToArray(); fishingBlocks maybe null ,should have a judgment before we use

Zintixx commented 3 months ago

Fishing action is all a WIP currently. Will be addressed once #60 is complete.