Skip to content

Instantly share code, notes, and snippets.

View rpignolet's full-sized avatar

Romain Pignolet rpignolet

View GitHub Profile
@rpignolet
rpignolet / ShieldHealth.lua
Last active September 13, 2015 10:37
WoW Addon ShieldHealth - Add Clarity of Will support - Fix Glyph of Twilight Ward name (How to install instructions in a comment below)
local DEBUG = true --|
local DEBUG_COMBAT_LOG = false --|
local VERSION = 2.35 --|
--------------------------------------
local getnB = 15
local timer,temp,timer2 = 0,true,0
local O,Ot,Oo = {},{},{}
local TESTMODE = false
local _,CLASS = UnitClass("player")
local NAME = UnitName("player")