Skip to content

Commit

Permalink
Merge pull request #25 from MoPSource/master
Browse files Browse the repository at this point in the history
n
  • Loading branch information
mygithome002 authored Sep 14, 2017
2 parents 75a6a96 + 849caca commit 8185130
Show file tree
Hide file tree
Showing 6 changed files with 2,643 additions and 13 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

1) Client for this source can be fount here:

https://mega.nz/#!cZc30S6T!6R9zAlXkKE2ekBf7ZdnN_pQBnOxK5pyG3LNPEXT-0mU
x32: https://mega.nz/#!cZc30S6T!6R9zAlXkKE2ekBf7ZdnN_pQBnOxK5pyG3LNPEXT-0mU
x64: https://github.com/MoPSource/MopCore547/files/1300178/Wow-64.zip

2) If you alredy have the Mists of Pandaria 5.4.X, you can just put this client in the folder and start it

Expand Down
3 changes: 0 additions & 3 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ Mists of Pandaria SmartAI Scripts TODO:
Pandaria Zones:

-- Dread Wastes
-- Isle of Thunder
-- Krasarang Wilds
-- Kun-Lai Summit
-- The Jade Forest
-- Timeless Isle
-- Townlong Steppes
-- Vale of Eternal Blossoms
-- Valley of the Four Winds
Expand Down
748 changes: 739 additions & 9 deletions sql/SmartAI/patch/Development/Locations/Pandaria/The Jade Forest.sql

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions sql/updates/world/2017_09_13_world_00.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
INSERT INTO `areatrigger_teleport` (`id`, `name`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES ('9244', 'Siege of Orgrimmar (Out)', '870', '1224.61', '619.85', '331', '2.33');
INSERT INTO `areatrigger_teleport` (`id`, `name`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES ('9245', 'Siege of Orgrimmar (Entrance)', '1136', '1441.29', '314.84', '289.3', '1.58');

UPDATE `access_requirement` SET `level_min`='90' WHERE `mapId`='1136';
1 change: 1 addition & 0 deletions sql/updates/world/2017_09_13_world_01.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE `quest_template` SET `RequiredNpcOrGo1`='35118' WHERE `Id`='14266';
Loading

0 comments on commit 8185130

Please sign in to comment.