MMOPro.org Official World of Warcraft Legion 7.2.5 Repack
(World of Warcraft: Legion)
---------------------------------------------------------------
Last Updated on 20/08/2017
---------------------------------------------------------------
MMOPro 7.2.5 (24742) Repack is based on TrinityCore and fixes from NerissyumWoW Core.
Working Features:
- You can join Battlegrounds/Arenas (All are open and available)
- You can create Demon Hunter
- Level Cap raised to 110
- Legion zones available
- Legion raids / dungeons available (you can go trough .go xyz)
- Archaeology
- Transmogrification
- Transports
- Void Storage
- Reforge
- Quests
- Pets
- Achievements
- Auction House
- Bank
- Channels are working (incl all chats[say,yell,emote])
- All Classes working, spells and talents are basic coded /most of them does not work/
- Pandaria & Draenor is fully spawned & some quests for draenor are working but very bugged
- Legion zones - Azsuna , New-Dalaran , OrderHalls spawned but not full
- More info will come soon ..... Stay tunned !
---------------------------------------------------------------------------------------------
Auth Database : https://mega.nz/#!tFJhFTrJ!fA_Y56ZH4WcbZ1fJ8ZJpUCYlYQysxPws0_YFjIcWPCY
Characters Database : https://mega.nz/#!ABAGUaIQ!6T98peA-7Ch7_EspumVVpUguhmC-Zf6aa5j7fnqXbE0
Hotfixxes Database : https://mega.nz/#!NNAGhSJA!Y7P_Cni55FIM7-ipiz4ZwvvO6wHKmdv_g00SjbtQcU4
World Database : https://mega.nz/#!wRB0RTjA!vcAStITAQIpMsRFfueR7CAubvmRjOMKZTY7cahgoa48
Server Binaries : https://mega.nz/#!YNIzmZSI!zaU8kQE14HMx0pyI6rzw-GNEo8zg91DEkayKdG0gjTo
---------------------------------------------------------------------------------------------
If you do not have 7.2.5 (24742) Client, Download it from Soon
You can login with the username "admin@localhost" and password "admin"

Repack Brought to you by

Version 2 : 25/08/2017
All CONTRIBUTOR fixes will be post on here :
; TrinityCore Community ; ZydraxDev ; Dr.Core ; Nerissyum Community ; ....Character database hotfix :
PHP Code:
--
-- Table structure for table `character_queststatus_objectives_criteria`
--
DROP TABLE IF EXISTS `character_queststatus_objectives_criteria`;
CREATE TABLE `character_queststatus_objectives_criteria` (
`guid` bigint(20) unsigned NOT NULL,
`questObjectiveId` int(10) unsigned NOT NULL,
PRIMARY KEY (`guid`,`questObjectiveId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Table structure for table `character_queststatus_objectives_criteria_progress`
--
DROP TABLE IF EXISTS `character_queststatus_objectives_criteria_progress`;
CREATE TABLE `character_queststatus_objectives_criteria_progress` (
`guid` bigint(20) unsigned NOT NULL,
`criteriaId` int(10) unsigned NOT NULL,
`counter` bigint(20) unsigned NOT NULL,
`date` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`guid`,`criteriaId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
PHP Code:
ALTER TABLE `auctionhouse`
CHANGE `buyoutprice` `buyoutprice` bigint(20) unsigned NOT NULL DEFAULT '0',
CHANGE `lastbid` `lastbid` bigint(20) unsigned NOT NULL DEFAULT '0',
CHANGE `startbid` `startbid` bigint(20) unsigned NOT NULL DEFAULT '0',
CHANGE `deposit` `deposit` bigint(20) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `guild_member_withdraw` CHANGE `money` `money` bigint(20) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `item_refund_instance` CHANGE `paidMoney` `paidMoney` bigint(20) unsigned NOT NULL DEFAULT '0';






