mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
fix(Scripts/Karazhan): make it so door closes when Big Bad Wolf is engaged in Little Red Riding Hood in the Opera (#17172)
* initial * not a boolean
This commit is contained in:
@@ -192,7 +192,10 @@ public:
|
||||
}
|
||||
break;
|
||||
case 8:
|
||||
instance->DoUseDoorOrButton(instance->GetGuidData(DATA_GO_STAGEDOORLEFT));
|
||||
if (m_uiEventId != EVENT_HOOD) // in red riding hood door should close when gossip with grandma is over
|
||||
{
|
||||
instance->DoUseDoorOrButton(instance->GetGuidData(DATA_GO_STAGEDOORLEFT));
|
||||
}
|
||||
PerformanceReady = true;
|
||||
break;
|
||||
case 9:
|
||||
|
||||
Reference in New Issue
Block a user