mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 20:58:21 +00:00
Fix error messages in zone tests
This commit is contained in:
@@ -182,7 +182,7 @@ EQ::ItemInstance::ItemInstance(const ItemInstance& copy)
|
|||||||
m_timers = copy.m_timers;
|
m_timers = copy.m_timers;
|
||||||
|
|
||||||
if (copy.GetUniqueID().empty()) {
|
if (copy.GetUniqueID().empty()) {
|
||||||
LogError("Creating unique item ID as part of clone process for item id {}", copy.GetID());
|
LogInfo("Creating unique item ID as part of clone process for item id {}", copy.GetID());
|
||||||
copy.CreateUniqueID();
|
copy.CreateUniqueID();
|
||||||
}
|
}
|
||||||
m_unique_id = copy.m_unique_id;
|
m_unique_id = copy.m_unique_id;
|
||||||
|
|||||||
Reference in New Issue
Block a user