Mercurial > wow > cyborg-mmo7
diff CyborgMMO7.lua @ 6:43f45e032db8
Found a bug in the Combat binding lock down code, which was caused by the renames. Also renamed some of the locale strings in Localisation.lua
author | madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 |
---|---|
date | Tue, 12 Jun 2012 12:56:57 +0000 |
parents | 8428fa7cf0e4 |
children | da9c4373da48 |
line wrap: on
line diff
--- a/CyborgMMO7.lua Tue May 29 10:26:40 2012 +0000 +++ b/CyborgMMO7.lua Tue Jun 12 12:56:57 2012 +0000 @@ -118,7 +118,7 @@ CyborgMMO_EnteredWorld = true; elseif(event == "PLAYER_ENTER_COMBAT") then msg("PLAYER_ENTER_COMBAT"); - Close(); + CyborgMMO_Close(); elseif(event == nil) then msg("Event is nil"); else