mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
feat(Core/Instance): InstanceScript: create Remove functions (#17702)
InstanceScript: create `Remove` helper functions
This commit is contained in:
@@ -125,7 +125,7 @@ public:
|
||||
case GO_BURNING_TREE_3:
|
||||
case GO_BURNING_TREE_4:
|
||||
case GO_TWILIGHT_FLAME_RING:
|
||||
AddDoor(go, true);
|
||||
AddDoor(go);
|
||||
break;
|
||||
case GO_FLAME_RING:
|
||||
FlameRingGUID = go->GetGUID();
|
||||
@@ -143,7 +143,7 @@ public:
|
||||
case GO_BURNING_TREE_2:
|
||||
case GO_BURNING_TREE_3:
|
||||
case GO_BURNING_TREE_4:
|
||||
AddDoor(go, false);
|
||||
RemoveDoor(go);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user