1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-01 11:25:26 +00:00
OpenDiablo2/d2game
juander 83acaefea2 d2player/game_controls: learnskills cmd not always creating new skill objects
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.
2020-11-09 18:26:32 +01:00
..
d2gamescreen d2ui/sprite: Refactor Render() to RenderNoError() 2020-11-09 18:26:32 +01:00
d2player d2player/game_controls: learnskills cmd not always creating new skill objects 2020-11-09 18:26:32 +01:00