Edit some uint32 to int32: GetAugmentIDAt, GetItemIDAt, GetItemStat

This commit is contained in:
Kinglykrab
2014-08-15 04:15:37 -04:00
parent e2874b2cc6
commit bce3b1b961
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -3537,7 +3537,7 @@ void Mob::TrySympatheticProc(Mob *target, uint32 spell_id)
}
}
uint32 Mob::GetItemStat(uint32 itemid, const char *identifier)
int32 Mob::GetItemStat(uint32 itemid, const char *identifier)
{
const ItemInst* inst = database.CreateItem(itemid);
if (!inst)