mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-24 11:57:56 +00:00
Moved struct Item_Struct into namespace EQEmu
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@
|
||||
|
||||
const char *getItemName(unsigned itemid)
|
||||
{
|
||||
const Item_Struct* item = nullptr;
|
||||
const EQEmu::Item_Struct* item = nullptr;
|
||||
item = database.GetItem(itemid);
|
||||
|
||||
if (item)
|
||||
|
||||
Reference in New Issue
Block a user