mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
chore(Scripts/Silithus): fix warning (#9812)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user