mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Fix typo after dcb7082277
This commit is contained in:
@@ -209,7 +209,7 @@ class SmartScript
|
||||
|
||||
if (lookupRoot)
|
||||
{
|
||||
if (!meOrigGUID)
|
||||
if (!meOrigGUID.IsEmpty())
|
||||
{
|
||||
if (Creature* m = ObjectAccessor::GetCreature(*lookupRoot, meOrigGUID))
|
||||
{
|
||||
@@ -217,7 +217,8 @@ class SmartScript
|
||||
go = NULL;
|
||||
}
|
||||
}
|
||||
if (!goOrigGUID)
|
||||
|
||||
if (!goOrigGUID.IsEmpty())
|
||||
{
|
||||
if (GameObject* o = ObjectAccessor::GetGameObject(*lookupRoot, goOrigGUID))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user