mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
More inventory fixing after I broke it. Added preliminary final trade code. Moved recalc stats to the end of equipcommand, not on every modification of the referred item package.
This commit is contained in:
parent
88ff22e55e
commit
69d4b19979
13 changed files with 388 additions and 170 deletions
|
@ -69,6 +69,8 @@ function onEventStarted(player, actor, triggerName, equippedItem, param1, param2
|
|||
end
|
||||
end
|
||||
|
||||
player.CalculateBaseStats(); --player.RecalculateStats();
|
||||
|
||||
player:EndEvent();
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue