diff options
Diffstat (limited to 'src/net/eathena/questrecv.cpp')
-rw-r--r-- | src/net/eathena/questrecv.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/eathena/questrecv.cpp b/src/net/eathena/questrecv.cpp index 0505c4c86..39cb3a925 100644 --- a/src/net/eathena/questrecv.cpp +++ b/src/net/eathena/questrecv.cpp @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2012-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -258,7 +258,7 @@ void QuestRecv::processActivateQuest(Net::MessageIn &msg) void QuestRecv::processNpcQuestEffect(Net::MessageIn &msg) { UNIMPLEMENTEDPACKET; - // this packed mostly useless, because manaplus can show any + // this packed mostly useless, because manaverse can show any // kind of effects based on quest states. msg.readInt32("npc id"); msg.readInt16("x"); |