diff --git a/MMOCoreORB/bin/scripts/screenplays/tutorial/tutorial.lua b/MMOCoreORB/bin/scripts/screenplays/tutorial/tutorial.lua index 78baadfd128..93632c2bea7 100644 --- a/MMOCoreORB/bin/scripts/screenplays/tutorial/tutorial.lua +++ b/MMOCoreORB/bin/scripts/screenplays/tutorial/tutorial.lua @@ -2033,7 +2033,7 @@ end -- Checks if room is complete function TutorialScreenPlay:isRoomComplete(pPlayer, roomName) - if (pPlayer == nil or roonName == nil or roomName == "") then + if (pPlayer == nil or roomName == nil or roomName == "") then return false end @@ -2042,7 +2042,7 @@ end -- Checks if player is in a room function TutorialScreenPlay:isInRoom(pPlayer, roomName) - if (pPlayer == nil or roonName == nil or roomName == "") then + if (pPlayer == nil or roomName == nil or roomName == "") then return false end