diff options
| author | NoName <322016+Faq@users.noreply.github.com> | 2020-01-19 18:51:30 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-20 23:13:47 +0100 |
| commit | 5e267dda7179daad3810ccea5a0e0acee8d97557 (patch) | |
| tree | d5131be515b5cc36bb0a9b5d48aba2b2829b9c4a /src/server/scripts/EasternKingdoms | |
| parent | 868784636bf5ec8e17975dcc0068056eb79545a7 (diff) | |
Core/Gameobject: Rename GO_STATE_ACTIVE_ALTERNATIVE to GO_STATE_DESTROYED (#24062)
* Step 1: Rename GO_STATE_ACTIVE_ALTERNATIVE to GO_STATE_DESTROYED
* Update src/server/shared/SharedDefines.h
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
(cherry picked from commit 50d9d9196da90f7696cf83f07115df3d4880c879)
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/Deadmines/instance_deadmines.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/Deadmines/instance_deadmines.cpp b/src/server/scripts/EasternKingdoms/Deadmines/instance_deadmines.cpp index 0587987ece8..1ba39bacffd 100644 --- a/src/server/scripts/EasternKingdoms/Deadmines/instance_deadmines.cpp +++ b/src/server/scripts/EasternKingdoms/Deadmines/instance_deadmines.cpp @@ -169,7 +169,7 @@ class instance_deadmines : public InstanceMapScript { if (GameObject* pIronCladDoor = instance->GetGameObject(IronCladDoorGUID)) { - pIronCladDoor->SetGoState(GO_STATE_ACTIVE_ALTERNATIVE); + pIronCladDoor->SetGoState(GO_STATE_DESTROYED); pIronCladDoor->PlayDirectSound(SOUND_DESTROYDOOR); } } |
