View Single Post
11-29-14, 06:38 PM   #5
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,327
Originally Posted by Rilgamon View Post
Lua Code:
  1. local default = {
  2.     ["Count"] = {
  3.         ["ClickedCount"] = 0,
  4.     }
  5. ZCountSave = ZCountSave or default
In the last line, it's unnecessary to check ZCountSave and fall through to default. At that point in the Lua code, ZCountSave will always be nil.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote