Refactor message functions

This commit is contained in:
Akkadius
2019-08-11 00:14:02 -05:00
parent 57354579aa
commit 9f25c9070c
38 changed files with 814 additions and 579 deletions
+1 -1
View File
@@ -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;
}