chore(Scripts/Silithus): fix warning (#9812)
This commit is contained in:
parent
c70cc855ff
commit
267cd9a75a
1 changed files with 1 additions and 1 deletions
|
|
@ -1055,7 +1055,7 @@ public:
|
|||
Seconds respawnTimer = 0s;
|
||||
player->PlayerTalkClass->SendCloseGossip();
|
||||
|
||||
if (Creature* summon = ObjectAccessor::GetCreature(*me, _creatureGuid))
|
||||
if (ObjectAccessor::GetCreature(*me, _creatureGuid))
|
||||
{
|
||||
// We already summoned something recently, return.
|
||||
CloseGossipMenuFor(player);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue