diff options
| -rw-r--r-- | src/game/Map.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp index 8608bad582b..fd8a3e53465 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -3733,7 +3733,7 @@ void Map::ScriptsProcess()                      sLog.outError("SCRIPT_COMMAND_PLAYMOVIE call for NULL creature.");                      break;                  } -                player->SendMovieStart(step.script->datalong); +                source->ToPlayer->SendMovieStart(step.script->datalong);                  break;              }              default:  | 
