mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 04:32:35 -04:00
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
Conflicts: src/server/game/Globals/ObjectMgr.cpp src/server/scripts/Commands/cs_reload.cpp src/server/shared/Database/Implementation/WorldDatabase.cpp
This commit is contained in:
@@ -3223,7 +3223,7 @@ void SmartScript::InitTimer(SmartScriptHolder& e)
|
||||
void SmartScript::RecalcTimer(SmartScriptHolder& e, uint32 min, uint32 max)
|
||||
{
|
||||
// min/max was checked at loading!
|
||||
e.timer = urand(uint32(min), uint32(max));
|
||||
e.timer = urand(min, max);
|
||||
e.active = e.timer ? false : true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user