aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7252_world_creature.sql1
-rw-r--r--sql/updates/7252_world_gameobject.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7252_world_creature.sql b/sql/updates/7252_world_creature.sql
new file mode 100644
index 00000000000..1079df7d0fb
--- /dev/null
+++ b/sql/updates/7252_world_creature.sql
@@ -0,0 +1 @@
+ALTER TABLE `creature` AUTO_INCREMENT=250001;
diff --git a/sql/updates/7252_world_gameobject.sql b/sql/updates/7252_world_gameobject.sql
new file mode 100644
index 00000000000..bbd83553cf3
--- /dev/null
+++ b/sql/updates/7252_world_gameobject.sql
@@ -0,0 +1 @@
+ALTER TABLE `gameobject` AUTO_INCREMENT=200001;