diff options
| author | NoName <322016+Faq@users.noreply.github.com> | 2020-01-19 18:51:30 +0200 |
|---|---|---|
| committer | Giacomo Pozzoni <giacomopoz@gmail.com> | 2020-01-19 17:51:30 +0100 |
| commit | 50d9d9196da90f7696cf83f07115df3d4880c879 (patch) | |
| tree | 822db37a4126b9b36bbf49a6e9765a33843e2756 /src/server/scripts/EasternKingdoms | |
| parent | bfac09bbcfa5d21da35ef6d51f190a618aab6cdc (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>
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 103c7769050..80ecdbaf22e 100644 --- a/src/server/scripts/EasternKingdoms/Deadmines/instance_deadmines.cpp +++ b/src/server/scripts/EasternKingdoms/Deadmines/instance_deadmines.cpp @@ -175,7 +175,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); } } |
