Fixed SCRIPT_COMMAND_TALK description, comment was matching the old behavior

This commit is contained in:
kelno
2017-10-17 11:58:45 +02:00
committed by Aokromes
parent 4eababa9f0
commit 1aafa2c560
2 changed files with 2 additions and 2 deletions

View File

@@ -671,7 +671,7 @@ void Map::ScriptsProcess()
Unit* uSource = nullptr;
Unit* uTarget = nullptr;
// source/target cast spell at target/source (script->datalong2: 0: s->t 1: s->s 2: t->t 3: t->s
// source/target cast spell at target/source (script->datalong2: 0: s->t 1: s->s 2: t->t 3: t->s)
switch (step.script->CastSpell.Flags)
{
case SF_CASTSPELL_SOURCE_TO_TARGET: // source -> target