mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core: cleanup.
*remove some garbage *little bit moore const func *fix process of args in vmap3_extractor
This commit is contained in:
@@ -364,9 +364,7 @@ void Map::ScriptsProcess()
|
||||
break;
|
||||
}
|
||||
}
|
||||
// Some information for error messages
|
||||
std::string tableName = GetScriptsTableNameByType(step.script->type);
|
||||
std::string commandName = GetScriptCommandName(step.script->command);
|
||||
|
||||
switch (step.script->command)
|
||||
{
|
||||
case SCRIPT_COMMAND_TALK:
|
||||
|
||||
Reference in New Issue
Block a user