mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Added cap to Titanium BaneDmgAmt translator
This commit is contained in:
@@ -2303,7 +2303,10 @@ namespace Titanium
|
||||
ob << '|' << itoa(item->SkillModType);
|
||||
|
||||
ob << '|' << itoa(item->BaneDmgRace);
|
||||
ob << '|' << itoa(item->BaneDmgAmt);
|
||||
if (item->BaneDmgAmt > 255)
|
||||
ob << '|' << "255";
|
||||
else
|
||||
ob << '|' << itoa(item->BaneDmgAmt);
|
||||
ob << '|' << itoa(item->BaneDmgBody);
|
||||
|
||||
ob << '|' << itoa(item->Magic);
|
||||
|
||||
Reference in New Issue
Block a user