Thread Tools Display Modes
04-27-11, 03:48 PM   #1
weasoug
A Flamescale Wyrmkin
 
weasoug's Avatar
AddOn Author - Click to view addons
Join Date: May 2010
Posts: 127
Thumbs up hooksecurefunc Transform

Since 4.1 i get this error. any help would be great. thanks for your time.

Code:
Interface\AddOns\wIn1\wIn1.lua:558: hooksecurefunc(): Transform is not a function
Count: 1

Call Stack:
(tail call): ?
[C]: ?
[C]: in function `hooksecurefunc'
Interface\AddOns\wIn1\wIn1.lua:558: in main chunk
Code:
	hooksecurefunc( "Transform", function()
		-- reset timer to 0
		waitTimerForTransformation = 0
	end );
__________________
wMmap :: Is a lightweight Minimap, with a sleek look & custom imagery.
wIn1 :: In one addon. and is very lightweight & simple to use.
wChat :: Is a lightweight chat mod.
wBroker :: Is A simple broker add-on.
wPetXPBar :: Is A simple lightweight Pet XP Bar.
wBuffs :: Is A simple Buffs Bar.
  Reply With Quote
04-27-11, 03:54 PM   #2
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Transform is not a function anymore, hence you get error.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » hooksecurefunc Transform


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off