mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Fix a crash in npc_drakuru_shacklesAI.
--HG-- branch : trunk
This commit is contained in:
@@ -53,12 +53,12 @@ struct TRINITY_DLL_DECL npc_drakuru_shacklesAI : public ScriptedAI
|
||||
if (!pWho)
|
||||
return;
|
||||
|
||||
Rageclaw = pWho;
|
||||
|
||||
if (bLocking)
|
||||
{
|
||||
if (pWho)
|
||||
{
|
||||
Rageclaw = pWho;
|
||||
|
||||
m_creature->SetInFront(Rageclaw);
|
||||
Rageclaw->SetInFront(m_creature);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user