Migrate fishing [skip ci]

This commit is contained in:
Akkadius 2020-03-11 03:24:21 -05:00
parent ec5be4985e
commit ed06129f9d

View File

@ -274,7 +274,7 @@ void Client::GoFish()
if (zone->random.Int(0, 399) <= fishing_skill ) {
uint32 npc_id = 0;
uint8 npc_chance = 0;
food_id = database.GetZoneFishing(m_pp.zone_id, fishing_skill, npc_id, npc_chance);
food_id = content_db.GetZoneFishing(m_pp.zone_id, fishing_skill, npc_id, npc_chance);
//check for add NPC
if (npc_chance > 0 && npc_id) {