summaryrefslogtreecommitdiff
path: root/src/net/eathena/questrecv.cpp
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-13 15:30:47 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-13 15:30:47 -0300
commitcab0cf80f75d890b908c4526c9c83abd1e9017c1 (patch)
tree6bdcd738f5f9fefa8f28a7d08ada2a2249fa4c05 /src/net/eathena/questrecv.cpp
parentb47e02f1e70a1f303bee370110448d92bc0a3684 (diff)
downloadplus-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.gz
plus-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.bz2
plus-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.xz
plus-cab0cf80f75d890b908c4526c9c83abd1e9017c1.zip
Initial attempt at mass renaming
Diffstat (limited to 'src/net/eathena/questrecv.cpp')
-rw-r--r--src/net/eathena/questrecv.cpp6
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");