forked from SkyFire/MopCore547
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from MoPSource/master
b
- Loading branch information
Showing
10 changed files
with
2,443 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!--- (**********************************) | ||
(** Fill in the following fields **) | ||
(**********************************) ---> | ||
|
||
**Description:** | ||
|
||
Description of the problem or issue here. | ||
|
||
**Current behaviour:** | ||
|
||
CHANGEME Tell us what happens. | ||
If this is a crash, post the crashlog (upload to https://gist.github.com/). | ||
|
||
**Expected behaviour:** | ||
|
||
Tell us what should happen instead. | ||
|
||
**Steps to reproduce the problem:** | ||
|
||
1. Step 1 include entries of affected creatures / items / quests with a link to the relevant wowhead page. | ||
2. Step 2 | ||
3. Step 3 | ||
|
||
|
||
|
||
**Rev. hash/commit:** | ||
|
||
Copy the first line of the `worldserver`, `authserver` startup. | ||
For example: MopCore547 rev. 0000000000 2000-01-09 11:31:41 +0100 (my branch) (Win64, RelWithDebInfo, Static) (bnetserver) | ||
|
||
|
||
|
||
<!--- Notes | ||
- This template is for problem reports. For other types of report, edit it accordingly. | ||
- For fixes containing C++ changes, create a Pull Request. | ||
---> |
1,133 changes: 1,133 additions & 0 deletions
1,133
sql/SmartAI/patch/Development/Locations/Pandaria/Dread Wastes.sql
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
UPDATE `creature` SET `phaseMask`='1024' WHERE `guid`='1004330'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
DELETE FROM `creature` WHERE `zoneId`='876'; | ||
|
||
DELETE FROM `gameobject` WHERE `zoneId`='876'; | ||
|
||
-- add the mailbox xD | ||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `isActive`, `protect_anti_doublet`) VALUES ('173422', '191948', '1', '876', '876', '1', '65535', '16219.2', '16271.3', '13.0077', '4.99032', '0', '0', '0.602342', '-0.798238', '300', '0', '1', '0', NULL); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
DELETE FROM `spell_script_names` WHERE `spell_id`=108212 AND `ScriptName`='spell_rog_burst_of_speed'; | ||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (108212, 'spell_rog_burst_of_speed'); |
Oops, something went wrong.