mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
fix(Core/Scripts): Fix scripts where LoadObjectData can leave arrays boundaries. (#17070)
* fix(Core/Scripts): Fix scripts where LoadObjectData can leave arrays boundaries. * Fix build
This commit is contained in:
committed by
GitHub
parent
6b583089f3
commit
f4658a1df2
@@ -27,7 +27,8 @@ DoorData const doorData[] =
|
||||
|
||||
ObjectData const gameObjectData[] =
|
||||
{
|
||||
{ GO_THE_TALON_KINGS_COFFER, DATA_GO_TALON_KING_COFFER }
|
||||
{ GO_THE_TALON_KINGS_COFFER, DATA_GO_TALON_KING_COFFER },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
class instance_sethekk_halls : public InstanceMapScript
|
||||
|
||||
Reference in New Issue
Block a user