mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-20 23:47:16 -05:00
when we ran the command before we would always throw away old skill objects and create a new one. This is nasty if we have a pointer to the old object. By throwing it away we have to update all these pointers. Now we rather increase the skillpoint, if the hero already has this skill.