Fix few typos in previous commit

This commit is contained in:
Rochet2
2015-09-16 22:33:59 +03:00
parent 9d9e72e598
commit 72d0f8f13a
2 changed files with 2 additions and 2 deletions

View File

@@ -3674,7 +3674,7 @@ namespace LuaPlayer
/** /**
* Plays sound to [Player] * Plays sound to [Player]
* *
* See [Unit]:PlayDirectSound * See [Unit:PlayDirectSound]
* *
* @param uint32 sound : entry of a sound * @param uint32 sound : entry of a sound
*/ */

View File

@@ -2178,7 +2178,7 @@ namespace LuaUnit
* The [Unit] will whisper the message to a [Player] * The [Unit] will whisper the message to a [Player]
* *
* @param string msg : message for the [Unit] to emote * @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 [Player] receiver : specific [Unit] to receive the message
* @param bool bossWhisper = false : is a boss whisper * @param bool bossWhisper = false : is a boss whisper
*/ */