Quantcast

In SetSpellTooltip(): Added a third parameter - "link" - which is used by code moved into the function from GenerateTooltipContent().

Author torhal <torhal@dummy.example.com>
Author date 2009-05-26 19:05:28
Author local date 2009-05-26 19:05:28 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-05-26 19:05:28
Committer local date 2009-05-26 19:05:28 +0000
Commit 03b86646485192dc9a49baeff68cd95889e1ceaa
Tree 4577034b9f7654ad582126195021f21e21726177
Parent 0c236d4bd57d4e26be63b765fcd7e70d417cfd3d
In SetSpellTooltip(): Added a third parameter - "link" - which is used by code moved into the function from GenerateTooltipContent().
In GenerateTooltipContent(): Renamed some local variables. Replaced the huge if-not-then-else-end with if-not-then-return-end to remove one level of indentation from most of the function. Commented out TipTac gradient support, as TipTac hooks an OnHide script which was causing C stack overflows.