mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Refactor message functions
This commit is contained in:
+1
-1
@@ -3702,7 +3702,7 @@ XS(XS_Mob_Message_StringID) {
|
||||
distance = (uint32) SvUV(ST(3));
|
||||
}
|
||||
|
||||
THIS->Message_StringID(type, string_id, distance);
|
||||
THIS->MessageString(type, string_id, distance);
|
||||
}
|
||||
XSRETURN_EMPTY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user