mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Added cap to Titanium BaneDmgAmt translator
This commit is contained in:
parent
c6c4480061
commit
4d1d9df05d
@ -2303,6 +2303,9 @@ namespace Titanium
|
||||
ob << '|' << itoa(item->SkillModType);
|
||||
|
||||
ob << '|' << itoa(item->BaneDmgRace);
|
||||
if (item->BaneDmgAmt > 255)
|
||||
ob << '|' << "255";
|
||||
else
|
||||
ob << '|' << itoa(item->BaneDmgAmt);
|
||||
ob << '|' << itoa(item->BaneDmgBody);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user