mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36: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
@@ -38,7 +38,8 @@ ObjectData const creatureData[] =
|
||||
{ NPC_HIGH_PRIEST_THEKAL, DATA_THEKAL },
|
||||
{ NPC_ZEALOT_LORKHAN, DATA_LORKHAN },
|
||||
{ NPC_ZEALOT_ZATH, DATA_ZATH },
|
||||
{ NPC_PRIESTESS_MARLI, DATA_MARLI }
|
||||
{ NPC_PRIESTESS_MARLI, DATA_MARLI },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
class instance_zulgurub : public InstanceMapScript
|
||||
|
||||
Reference in New Issue
Block a user