diff --git a/PlayerMethods.h b/PlayerMethods.h index 5d720ca..dcc0830 100644 --- a/PlayerMethods.h +++ b/PlayerMethods.h @@ -3674,7 +3674,7 @@ namespace LuaPlayer /** * Plays sound to [Player] * - * See [Unit]:PlayDirectSound + * See [Unit:PlayDirectSound] * * @param uint32 sound : entry of a sound */ diff --git a/UnitMethods.h b/UnitMethods.h index b333086..2433f63 100644 --- a/UnitMethods.h +++ b/UnitMethods.h @@ -2178,7 +2178,7 @@ namespace LuaUnit * The [Unit] will whisper the message to a [Player] * * @param string msg : message for the [Unit] to emote - * @param lang : language for the [Unit] to speak + * @param uint32 lang : language for the [Unit] to speak * @param [Player] receiver : specific [Unit] to receive the message * @param bool bossWhisper = false : is a boss whisper */