mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
4 lines
91 B
SQL
4 lines
91 B
SQL
alter table gameobject
|
|
add column
|
|
`dynflags` int(11) unsigned NOT NULL default '0';
|
|
|