git - suspected callback trigger typo in Actor.lua

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

git - suspected callback trigger typo in Actor.lua

#1 Post by Doctornull »

Current code starting on line 4006:

Code: Select all

	if self:triggerHook{"Actor:preUseTalent", t=ab, silent=silent, fale=fake} then
		return false
	end
"fale = fake"?

That looks like a whole lot of "fale" to me. :smugface:
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

0player
Uruivellas
Posts: 717
Joined: Fri May 24, 2013 4:27 pm

Re: git - suspected callback trigger typo in Actor.lua

#2 Post by 0player »

Probably just a grammar faleure.

Post Reply