From 729f419af10f3fbac0d77319f7244bfbe2a443c0 Mon Sep 17 00:00:00 2001 From: Nay Date: Tue, 27 Mar 2012 21:36:16 +0100 Subject: Core/DBLayer: Correct few more wrong read types (No. 4) DB/World: Some consistency in the ints "length" field (not really a length) All world dbs checked --- src/server/game/AI/SmartScripts/SmartScriptMgr.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/server/game/AI/SmartScripts') diff --git a/src/server/game/AI/SmartScripts/SmartScriptMgr.cpp b/src/server/game/AI/SmartScripts/SmartScriptMgr.cpp index 776ffd78a9a..e3264adc310 100644 --- a/src/server/game/AI/SmartScripts/SmartScriptMgr.cpp +++ b/src/server/game/AI/SmartScripts/SmartScriptMgr.cpp @@ -198,7 +198,6 @@ void SmartAIMgr::LoadSmartAIFromDB() temp.event.raw.param4 = fields[11].GetUInt32(); temp.action.type = (SMART_ACTION)fields[12].GetUInt8(); - temp.action.raw.param1 = fields[13].GetUInt32(); temp.action.raw.param2 = fields[14].GetUInt32(); temp.action.raw.param3 = fields[15].GetUInt32(); -- cgit v1.2.3