Sea.util.fixnilZero
From WoWWiki
This article is a part of the documentation of the Sea function library
-- -- Fixes nils with 0s -- fixnilZero = function (...) return Sea.util.fixnilSub(0, unpack(arg)); end;
Originally coded by Thott (thott@thottbot.com)
