summaryrefslogtreecommitdiff
path: root/src/map/intif.cpp
diff options
context:
space:
mode:
authorRenārs Blumbergs <catanictsc@gmail.com>2025-08-05 19:59:28 +0000
committerRenārs Blumbergs <catanictsc@gmail.com>2025-08-05 19:59:28 +0000
commit80f432895a8e793433e87fe10a2cb1eb9dcbd613 (patch)
tree01743e26cc0a70200ba3433a76dffef4221fc86b /src/map/intif.cpp
parent3849649d827d6841c9545cc8644912854781dce0 (diff)
downloadtmwa-master.tar.gz
tmwa-master.tar.bz2
tmwa-master.tar.xz
tmwa-master.zip
Update 7 filesHEADmaster
- /src/admin/ladmin.cpp - /src/char/inter.cpp - /src/map/atcommand.cpp - /src/map/intif.cpp - /src/map/map.hpp - /src/map/party.cpp - /src/map/pc.cpp
Diffstat (limited to 'src/map/intif.cpp')
-rw-r--r--src/map/intif.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.cpp b/src/map/intif.cpp
index f64f797..bdb73b6 100644
--- a/src/map/intif.cpp
+++ b/src/map/intif.cpp
@@ -364,7 +364,7 @@ void mapif_parse_WisToGM(Session *, const Packet_Head<0x3803>& head, AString& me
// 0x3003/0x3803 <packet_len>.w <wispname>.24B <min_gm_level>.w <message>.?B
GmLevel min_gm_level = head.min_gm_level;
CharName Wisp_name = head.char_name;
- // information is sended to all online GM
+ // information is sent to all online GM
for (io::FD i : iter_fds())
{
Session *s2 = get_session(i);