Scripted_areatrigger - cmangos/issues GitHub Wiki

Back to world database list of tables.

The `scripted_areatrigger` table

This table links areatriggers to C++ scripts.

Structure

Field Type NULL Key Default Comments
entry mediumint (8) NO PRI Identifier
ScriptName CHAR (64) NO Script Identifier

Description of the fields

entry

This is the trigger identifier from AreaTrigger.dbc

ScriptName

The name of the script that this areatrigger uses, if any. This ties a script from a scripting engine to this trigger.

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