diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_05_02_06_world.sql | 6 |
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; |
