Mind and physical speeds swapped in PlayerDumpJSON.lua

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Marson
Uruivellas
Posts: 645
Joined: Thu Jan 16, 2014 4:56 am

Mind and physical speeds swapped in PlayerDumpJSON.lua

#1 Post by Marson »

\mod\class\interface\PlayerDumpJSON.lua
Lines 161 & 162

-------------------------------------------------------------------
-- Speeds
-------------------------------------------------------------------
local speeds = js:newSection("speeds")
speeds.global = self.global_speed * 100
speeds.movement = 100 * (1/self:combatMovementSpeed()-1)
speeds.spell = 100 * (self.combat_spellspeed - 1)
speeds.mental = 100 * (self.combat_physspeed - 1)
speeds.attack = 100 * (self.combat_mindspeed - 1)

Post Reply