mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/Scripts: fix array out of bounds in Pit of Saron doorData
This commit is contained in:
@@ -27,9 +27,10 @@ Position const EventLeaderPos2 = {1054.368f, 107.14620f, 628.4467f, 0.0f};
|
||||
|
||||
DoorData const Doors[] =
|
||||
{
|
||||
{GO_ICE_WALL, DATA_GARFROST, DOOR_TYPE_PASSAGE },
|
||||
{GO_ICE_WALL, DATA_ICK, DOOR_TYPE_PASSAGE },
|
||||
{GO_HALLS_OF_REFLECTION_PORTCULLIS, DATA_TYRANNUS, DOOR_TYPE_PASSAGE },
|
||||
{ GO_ICE_WALL, DATA_GARFROST, DOOR_TYPE_PASSAGE },
|
||||
{ GO_ICE_WALL, DATA_ICK, DOOR_TYPE_PASSAGE },
|
||||
{ GO_HALLS_OF_REFLECTION_PORTCULLIS, DATA_TYRANNUS, DOOR_TYPE_PASSAGE },
|
||||
{ 0, 0, DOOR_TYPE_ROOM } // END
|
||||
};
|
||||
|
||||
class instance_pit_of_saron : public InstanceMapScript
|
||||
|
||||
Reference in New Issue
Block a user