mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
2 lines
92 B
SQL
2 lines
92 B
SQL
ALTER TABLE `creature_template`
|
|
ADD COLUMN IconName char(100) default NULL AFTER subname;
|