Creature_battleground_(2.4.3) - Schmoozerd/mangos-wotlk GitHub Wiki

Back to world database list of tables.

The `creature_battleground` table

This table contains the description of creatures spawned on battlegrounds.

Structure

Field Type Null Key Default
guid int(10) unsigned NO PRI NULL
event1 tinyint(3) unsigned NO NULL
event2 tinyint(3) unsigned NO NULL

Description of the fields

guid

A unique identifier given to each creature to distinguish one creature from another. Two creatures can NOT have same GUID. This GUID is linked to the creature (2.4.3) table. This table just links the NPC GUID in the creature (2.4.3) table to the Battleground Event/Sub Event.

event1

Main Event

event2

Sub Event (Within the Main Event)

⚠️ **GitHub.com Fallback** ⚠️