mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Typo spotted by glizzard.ad
--HG-- branch : trunk
This commit is contained in:
@@ -3180,7 +3180,7 @@ void Map::ScriptsProcess()
|
||||
// accept player in any one from target/source arg
|
||||
if (target)
|
||||
pSource = target->ToPlayer();
|
||||
if (!pSourcen && source)
|
||||
if (!pSource && source)
|
||||
pSource = source->ToPlayer();
|
||||
|
||||
if (!pSource) // must be only Player
|
||||
|
||||
Reference in New Issue
Block a user