Typo in debug comment
Alar of Daggerspine [08-31-15 - 22:52]
Typo in debug comment
Signed-off-by: Alar of Daggerspine <alar@aspide.it>
diff --git a/MissionCompletion.lua b/MissionCompletion.lua
index 830d56e..4de430f 100644
--- a/MissionCompletion.lua
+++ b/MissionCompletion.lua
@@ -143,7 +143,7 @@ function module:MissionComplete(this,button,skiprescheck)
local name,current,_,_,_,cap=GetCurrencyInfo(id)
--@debug@
print(name,current,qt,cap)
- --@debug-end@
+ --@end-debug@
current=current+qt
if current+qt > cap then
message=message.."\n"..format(L["Capped %1$s. Spend at least %2$d of them"],name,current-cap)
diff --git a/MissionControl.lua b/MissionControl.lua
index 82301c0..5ba2c82 100644
--- a/MissionControl.lua
+++ b/MissionControl.lua
@@ -459,7 +459,7 @@ end
local function dbfixV1()
--@debug@
print('dbfixV1')
---@debug-end@
+--@end-debug@
if type(settings.allowedRewards['equip'])~='nil' then
settings.allowedRewards['itemLevel']=settings.allowedRewards['equip']
settings.rewardChance['itemLevel']=settings.rewardChance['equip']
@@ -477,7 +477,7 @@ end
local function dbfixV2()
--@debug@
print('dbfixV2')
---@debug-end@
+--@end-debug@
local old=
{
'gold',