From 7033ea64827bfd3182227610d784758cc920e4df Mon Sep 17 00:00:00 2001 From: Kinzcool Date: Sat, 2 May 2015 20:38:22 -0400 Subject: Core/Battlegrounds: Load the orientation from WorldSafeLocs.dbc's data instead of custom values * Fixed incorrect starting graveyards for IoC --- sql/updates/world/2015_05_02_06_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2015_05_02_06_world.sql (limited to 'sql') 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; -- cgit v1.2.3