Files
TrinityCore/sql/old/3.2.2a/06589_characters_groups.sql
T

2 lines
110 B
SQL
Raw Normal View History

2009-12-18 12:09:53 +02:00
ALTER TABLE `groups`
ADD COLUMN `raiddifficulty` int(11) UNSIGNED DEFAULT '0' NOT NULL AFTER `difficulty`;