mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 19:51:29 +00:00
Fix error messages in zone tests
This commit is contained in:
parent
cb79d805c4
commit
2a76c60f63
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user