Skip to content

Creature_battleground

Schmoozerd edited this page Apr 14, 2013 · 1 revision

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-table.

event1

main event

event2

sub event

Clone this wiki locally