Clean up EntityList::QuestJournalledSayClose

This commit is contained in:
Michael Cook (mackal)
2019-08-13 15:19:20 -04:00
parent 963da70506
commit 7b4908957d
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3923,8 +3923,8 @@ bool Entity::CheckCoordLosNoZLeaps(float cur_x, float cur_y, float cur_z,
return false;
}
void EntityList::QuestJournalledSayClose(Mob *sender, Client *QuestInitiator,
float dist, const char* mobname, const char* message, Journal::Options &opts)
void EntityList::QuestJournalledSayClose(Mob *sender, float dist, const char *mobname, const char *message,
Journal::Options &opts)
{
SerializeBuffer buf(sizeof(SpecialMesgHeader_Struct) + 12 + 64 + 64);