View Single Post
08-23-12, 06:56 AM   #16
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Oh, I forgot. Due to testing, Defibrillate has multiple translations, each different depending on game locale. I found this out the hard way that you need the spell ID for all three versions.
Lua Code:
  1. [(GetSpellInfo(8342))] = true, --Defibrillate (Goblin Jumper Cables)
  2. [(GetSpellInfo(22999))] = true, -- Defibrillate (Goblin Jumper Cables XL)
  3. [(GetSpellInfo(54732))] = true -- Defibillate (Gnomish Army Knife)
  Reply With Quote