mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
fix(Scripts/Outland): LoadMinionData buffer overflow (#21461)
This commit is contained in:
@@ -32,7 +32,8 @@ DoorData const doorData[] =
|
||||
|
||||
MinionData const minionData[] =
|
||||
{
|
||||
{ NPC_HELLFIRE_CHANNELER, DATA_MAGTHERIDON }
|
||||
{ NPC_HELLFIRE_CHANNELER, DATA_MAGTHERIDON },
|
||||
{ 0, 0 } // END
|
||||
};
|
||||
|
||||
class instance_magtheridons_lair : public InstanceMapScript
|
||||
|
||||
Reference in New Issue
Block a user