Fix a typo in SmartScript.cpp

I blame vincent!
This commit is contained in:
Nay
2012-09-08 02:15:38 +02:00
parent 9fc30476ed
commit 7532013b27

View File

@@ -1963,7 +1963,6 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
else
sLog->outError(LOG_FILTER_SQL, "SmartScript: Action target for SMART_ACTION_SET_HOME_POS is not using SMART_TARGET_SELF or SMART_TARGET_POSITION, skipping");
delete targets;
break;
}
default: