Scripted_event_id - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table links event id’s to C++ scripts.
Field | Type | NULL | Key | Default | Comments |
entry | mediumint (8) | NO | PRI | Identifier | |
ScriptName | CHAR (64) | NO | Script Identifier |
This is the event id identifier
The name of the script that this event uses, if any. This ties a script from a scripting engine to this trigger.