mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core: Prevent using uninitialized memory in Lazy Peon script - patch by ge0rg
--HG-- branch : trunk
This commit is contained in:
@@ -57,6 +57,7 @@ public:
|
||||
void Reset ()
|
||||
{
|
||||
uiPlayerGUID = 0;
|
||||
m_uiRebuffTimer = 0;
|
||||
work = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user