From 257f46e678ba1c28a967cad7ce226c402d00b27c Mon Sep 17 00:00:00 2001 From: Rat Date: Sun, 28 Dec 2014 10:34:33 +0100 Subject: Core/Aokromes: typo? fix --- src/server/game/AI/SmartScripts/SmartScript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/game/AI/SmartScripts/SmartScript.cpp b/src/server/game/AI/SmartScripts/SmartScript.cpp index 88b5133baac..2e86a78148a 100644 --- a/src/server/game/AI/SmartScripts/SmartScript.cpp +++ b/src/server/game/AI/SmartScripts/SmartScript.cpp @@ -3248,7 +3248,7 @@ void SmartScript::InitTimer(SmartScriptHolder& e) break; } } -vbegin(); itr != units-oid SmartScript::RecalcTimer(SmartScriptHolder& e, uint32 min, uint32 max) +void SmartScript::RecalcTimer(SmartScriptHolder& e, uint32 min, uint32 max) { // min/max was checked at loading! e.timer = urand(min, max); -- cgit v1.2.3