brett19 / rosebrowser

ROSEBrowser is a free and open-source implementation of the ROSE Online 3D MMORPG for web browsers written from scratch using the latest web standards (WebGL, HTML5, Javascript, Threads, ...).
Other
20 stars 17 forks source link

NPC animation loading when skeleton is null #14

Closed exjam closed 9 years ago

exjam commented 9 years ago

This is being called when self.skel = null, try login to adventure plains near the starting area...

https://github.com/brett19/rosebrowser/blob/master/client/js/pawns/npcpawn.js#L66-L68

brett19 commented 9 years ago

Fixed by 5ae4cbe0