diff --git a/zone/mod_functions.cpp b/zone/mod_functions.cpp index bf559d733..8beb6cd79 100644 --- a/zone/mod_functions.cpp +++ b/zone/mod_functions.cpp @@ -185,7 +185,3 @@ int Mob::mod_spell_resist(int resist_chance, int level_mod, int resist_modifier, //Spell is cast by this on spelltar, called from spellontarget after the event_cast_on NPC event void Mob::mod_spell_cast(uint16 spell_id, Mob* spelltar, bool reflect, bool use_resist_adjust, int16 resist_adjust, bool isproc) { return; } - -//This is called right before regular event processing (the switch block) -//It is intended to be used for exporting new variables to new or existing events. -void PerlembParser::mod_quest_event(QuestEventID event, uint32 objid, const char * data, NPC* npcmob, ItemInst* iteminst, Mob* mob, uint32 extradata, bool global, std::string packagename) { return; } diff --git a/zone/mod_functions_base.cpp b/zone/mod_functions_base.cpp index bf559d733..1fd0fdf47 100644 --- a/zone/mod_functions_base.cpp +++ b/zone/mod_functions_base.cpp @@ -184,8 +184,4 @@ int Mob::mod_spell_resist(int resist_chance, int level_mod, int resist_modifier, } //Spell is cast by this on spelltar, called from spellontarget after the event_cast_on NPC event -void Mob::mod_spell_cast(uint16 spell_id, Mob* spelltar, bool reflect, bool use_resist_adjust, int16 resist_adjust, bool isproc) { return; } - -//This is called right before regular event processing (the switch block) -//It is intended to be used for exporting new variables to new or existing events. -void PerlembParser::mod_quest_event(QuestEventID event, uint32 objid, const char * data, NPC* npcmob, ItemInst* iteminst, Mob* mob, uint32 extradata, bool global, std::string packagename) { return; } +void Mob::mod_spell_cast(uint16 spell_id, Mob* spelltar, bool reflect, bool use_resist_adjust, int16 resist_adjust, bool isproc) { return; } \ No newline at end of file