mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +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
@@ -30,7 +30,8 @@ ObjectData const creatureData[] =
|
||||
{
|
||||
{ NPC_DALLIAH, DATA_DALLIAH },
|
||||
{ NPC_SOCCOTHRATES, DATA_SOCCOTHRATES },
|
||||
{ NPC_MELLICHAR, DATA_WARDEN_MELLICHAR }
|
||||
{ NPC_MELLICHAR, DATA_WARDEN_MELLICHAR },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
class instance_arcatraz : public InstanceMapScript
|
||||
|
||||
Reference in New Issue
Block a user