Core: Prevent using uninitialized memory in Lazy Peon script - patch by ge0rg

--HG--
branch : trunk
This commit is contained in:
click
2010-12-17 05:03:25 +01:00
parent a6df53bbe2
commit a7f3548259

View File

@@ -57,6 +57,7 @@ public:
void Reset ()
{
uiPlayerGUID = 0;
m_uiRebuffTimer = 0;
work = false;
}