Fix alignment

This commit is contained in:
Paul Coene 2016-12-08 16:19:17 -05:00
parent d0e6bb6e07
commit 538ff873ee

View File

@ -302,7 +302,7 @@ void Client::GoFish()
if(food_id == 0) {
int index = zone->random.Int(0, MAX_COMMON_FISH_IDS-1);
food_id = common_fish_ids[index];
}
}
const EQEmu::ItemData* food_item = database.GetItem(food_id);