mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Fix typo
This commit is contained in:
parent
f5a0b994dc
commit
d99df2540d
@ -304,11 +304,9 @@ void Client::GoFish()
|
|||||||
food_id = common_fish_ids[index];
|
food_id = common_fish_ids[index];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
const EQEmu::ItemData* food_item = database.GetItem(food_id);
|
const EQEmu::ItemData* food_item = database.GetItem(food_id);
|
||||||
|
|
||||||
if (food_item->ItemType != ItemTypeFood) { // non-fish oddity
|
if (food_item->ItemType != EQEmu::item::ItemTypeFood) {
|
||||||
Message_StringID(MT_Skills, FISHING_SUCCESS);
|
Message_StringID(MT_Skills, FISHING_SUCCESS);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user