aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/519_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/519_world.sql b/sql/updates/519_world.sql
new file mode 100644
index 00000000000..2423f94ec1c
--- /dev/null
+++ b/sql/updates/519_world.sql
@@ -0,0 +1,2 @@
+ALTER TABLE `creature_formations` CHANGE `leader` `leaderGUID` int(11) unsigned NOT NULL default '0';
+ALTER TABLE `creature_formations` CHANGE `follower` `memberGUID` int(11) unsigned NOT NULL default '0';