Results: 2Comments by: Meyuna
File: Ghost: Pulse 310-15-10
In my file, this code is at line 36...
Posted By: Meyuna
In my file, this code is at line 36. This is the entire block of code : if bookType == BOOKTYPE_SPELL or ( bookType == BOOKTYPE_PET and select(2, UnitClass("player")) ~= "MAGE" ) then while true do local name = GetSpellName(spellIndex, bookType) if name then if not spellInfo then local info = {...
File: Ghost: Pulse 310-14-10
There is a simple fix for that prob...
Posted By: Meyuna
There is a simple fix for that problem : At line 28 of GhostPulseBasic\Spells.lua file just replace "GetSpellName" by "GetSpellBookItemName" and it should work again.