mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Renamed struct EQEmu::ItemBase to EQEmu::ItemData and class ItemInst to EQEmu::ItemInstance
This commit is contained in:
@@ -110,7 +110,7 @@ XS(XS_QuestItem_new)
|
||||
if (items != 1)
|
||||
Perl_croak(aTHX_ "Usage: QuestItem::new()");
|
||||
|
||||
ItemInst* RETVAL;
|
||||
EQEmu::ItemInstance* RETVAL;
|
||||
|
||||
RETVAL = quest_manager.GetQuestItem();
|
||||
ST(0) = sv_newmortal();
|
||||
|
||||
Reference in New Issue
Block a user