Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 4ecef84

Browse files
committed
remove blank spaces
1 parent d6d89e8 commit 4ecef84

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

UI/MultiBotSpell.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ end
124124
MultiBot.addSpell = function(pInfo, pName)
125125
local tID = MultiBot.getSpellID(pInfo)
126126
-- if(tID == 0) then return false end // Moded to DEBUG
127-
127+
128128
-- DEBUG --
129129
if(tID == 0) then
130130
debugSpellbookCapture("IGNORED", pName, pInfo, 0)
131131
return false
132-
end
132+
end
133133
-- DEBUG END --
134134

135135
local tName, tRank, tIcon = GetSpellInfo(tID)
@@ -232,7 +232,7 @@ MultiBot.handleSpellbookChatLine = function(pButton, pLine, pSender)
232232

233233
if(pButton.waitFor == "SPELLBOOK" and MultiBot.isSpellbookHeaderLine and MultiBot.isSpellbookHeaderLine(pLine)) then
234234
-- DEBUG --
235-
debugSpellbookCapture("HEADER", pSender, pLine, 0)
235+
debugSpellbookCapture("HEADER", pSender, pLine, 0)
236236
-- DEBUG END --
237237
if(MultiBot.beginSpellbookCollection) then
238238
MultiBot.beginSpellbookCollection(pSender)
@@ -249,7 +249,7 @@ MultiBot.handleSpellbookChatLine = function(pButton, pLine, pSender)
249249

250250
if(shouldFinishSpellbookCollection(pLine, tCollectionState)) then
251251
-- DEBUG --
252-
debugSpellbookCapture("FOOTER", pSender, pLine, 0)
252+
debugSpellbookCapture("FOOTER", pSender, pLine, 0)
253253
-- DEBUG END --
254254
if(MultiBot.finishSpellbookCollection) then
255255
MultiBot.finishSpellbookCollection()

0 commit comments

Comments
 (0)