After killing Rhahk in deadmines the door will now open correctly.

This commit is contained in:
talamortis
2018-03-31 18:05:44 +01:00
parent 582abe1541
commit 68c0d298ce

View File

@@ -1,4 +1,4 @@
/*
/*
* Originally written by Xinef - Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
*/
@@ -28,7 +28,7 @@ class instance_deadmines : public InstanceMapScript
{
case GO_FACTORY_DOOR:
if (_encounters[TYPE_RHAHK_ZOR] == DONE)
HandleGameObject(0, true, gameobject);
HandleGameObject(30533, true, gameobject);
break;
case GO_IRON_CLAD_DOOR:
if (_encounters[TYPE_CANNON] == DONE)