aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2015-05-02 20:38:22 -0400
committerKinzcool <kinzzcool@hotmail.com>2015-05-02 20:38:22 -0400
commit7033ea64827bfd3182227610d784758cc920e4df (patch)
tree5c3dadd4f7ea6d89544edac81f18291437b43540 /sql
parentb2bfb534565ea84202718c3f2b84404b5c105f38 (diff)
Core/Battlegrounds: Load the orientation from WorldSafeLocs.dbc's data instead of custom values
* Fixed incorrect starting graveyards for IoC
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_05_02_06_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_02_06_world.sql b/sql/updates/world/2015_05_02_06_world.sql
new file mode 100644
index 00000000000..090e2d3a4e6
--- /dev/null
+++ b/sql/updates/world/2015_05_02_06_world.sql
@@ -0,0 +1,6 @@
+ALTER TABLE `battleground_template`
+ CHANGE `id` `ID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ DROP COLUMN `AllianceStartO`,
+ DROP COLUMN `HordeStartO`;
+
+UPDATE `battleground_template` SET `AllianceStartLoc`=1299, `HordeStartLoc`=1245 WHERE `ID`=30;