mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Fix alignment
This commit is contained in:
parent
d0e6bb6e07
commit
538ff873ee
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user