aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <none@none>2010-09-16 19:58:06 +0200
committerShauren <none@none>2010-09-16 19:58:06 +0200
commit05ccd476be9bf9047aff2d4ff8f5fc5d02dc81f1 (patch)
tree1f13fc2d565d955aa3c354d54cf8c81ff3ad7f96 /sql/updates
parent502a81372078b3ec864ea98969f8afa9c53fd4dc (diff)
Core/Quests: Added index column for quest poi points forcing them to load in certain order
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9958_world_quest_poi_points.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/9958_world_quest_poi_points.sql b/sql/updates/9958_world_quest_poi_points.sql
new file mode 100644
index 00000000000..fa1962878a0
--- /dev/null
+++ b/sql/updates/9958_world_quest_poi_points.sql
@@ -0,0 +1 @@
+ALTER TABLE `quest_poi_points` ADD COLUMN `idx` int(10) unsigned NOT NULL DEFAULT '0' AFTER `id`;