aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/characters
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-09-14 16:14:12 +0200
committerShauren <shauren.trinity@gmail.com>2014-09-14 16:14:12 +0200
commita0e50ea35fca61447bf07fc45d93c98234ba59f7 (patch)
treeb4ee69a63866f42e466a3c03fc031ce0710ac762 /sql/updates/characters
parentce67a097bf3c0c3241f4441a808e32639ddbaafb (diff)
Core/Entities: Use ObjectGuid class in game project
Diffstat (limited to 'sql/updates/characters')
-rw-r--r--sql/updates/characters/2014_09_13_00_characters_groups.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/characters/2014_09_13_00_characters_groups.sql b/sql/updates/characters/2014_09_13_00_characters_groups.sql
new file mode 100644
index 00000000000..b1dc9855249
--- /dev/null
+++ b/sql/updates/characters/2014_09_13_00_characters_groups.sql
@@ -0,0 +1,9 @@
+ALTER TABLE `groups`
+ MODIFY `icon1` BIGINT(20) UNSIGNED NOT NULL,
+ MODIFY `icon2` BIGINT(20) UNSIGNED NOT NULL,
+ MODIFY `icon3` BIGINT(20) UNSIGNED NOT NULL,
+ MODIFY `icon4` BIGINT(20) UNSIGNED NOT NULL,
+ MODIFY `icon5` BIGINT(20) UNSIGNED NOT NULL,
+ MODIFY `icon6` BIGINT(20) UNSIGNED NOT NULL,
+ MODIFY `icon7` BIGINT(20) UNSIGNED NOT NULL,
+ MODIFY `icon8` BIGINT(20) UNSIGNED NOT NULL;