forked from TrinityCore/TrinityCore
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '3.3.5' into npcbots_3.3.5
- Loading branch information
Showing
7 changed files
with
75 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,25 @@ clone_depth: 1 | |
init: | ||
- ps: '' | ||
environment: | ||
BOOST_ROOT: C:\Libraries\boost_1_73_0 | ||
OPENSSL_ROOT_DIR: C:\OpenSSL-v111-Win64 | ||
BOOST_ROOT: C:\Libraries\boost_1_83_0 | ||
MYSQL_ROOT_DIR: C:\mysql-8.1.0-winx64 | ||
OPENSSL_ROOT_DIR: C:\OpenSSL-v30-Win64 | ||
install: | ||
- ps: >- | ||
Write-Host "Installing MySQL Server 8.1" -ForegroundColor Cyan | ||
Write-Host "Downloading MySQL..." | ||
$zipPath = "$($env:temp)\mysql-8.1.0-winx64.zip" | ||
(New-Object Net.WebClient).DownloadFile('https://cdn.mysql.com//Downloads/MySQL-8.1/mysql-8.1.0-winx64.zip', $zipPath) | ||
Write-Host "Unpacking..." | ||
7z x $zipPath -o"C:\" | Out-Null | ||
Write-Host "MySQL Server 8.1 installed" -ForegroundColor Cyan | ||
build_script: | ||
- cmd: >- | ||
git config user.email "[email protected]" && git config user.name "AppVeyor" | ||
|
@@ -18,11 +35,13 @@ build_script: | |
cd bin\RelWithDebInfo\ | ||
copy "C:\Program Files\MySQL\MySQL Server 5.7\lib\libmysql.dll" libmysql.dll | ||
copy "%MYSQL_ROOT_DIR%\lib\libmysql.dll" libmysql.dll | ||
copy "%OPENSSL_ROOT_DIR%\libssl-3-x64.dll" libssl-3-x64.dll | ||
copy "%OPENSSL_ROOT_DIR%\libssl-1_1-x64.dll" libssl-1_1-x64.dll | ||
copy "%OPENSSL_ROOT_DIR%\libcrypto-3-x64.dll" libcrypto-3-x64.dll | ||
copy "%OPENSSL_ROOT_DIR%\libcrypto-1_1-x64.dll" libcrypto-1_1-x64.dll | ||
copy "%OPENSSL_ROOT_DIR%\bin\legacy.dll" legacy.dll | ||
cd .. | ||
|
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
File renamed without changes.
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 @@ | ||
ALTER TABLE `reserved_name` MODIFY `name` VARCHAR(12) NOT NULL COLLATE utf8mb4_bin; |
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,28 @@ | ||
-- Spawnpoint for the Invisible bunny NPC | ||
DELETE FROM `creature` WHERE `guid`=202603 AND `id`=35015; | ||
INSERT INTO `creature` (`guid`,`id`,`map`,`zoneId`,`areaId`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`wander_distance`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`,`ScriptName`,`VerifiedBuild`) VALUES | ||
(202603,35015,624,0,0,3,1,0,0,-178.141,77.8142,104.263,0,604800,0,0,1,0,2,0,0,0,'',0); | ||
|
||
DELETE FROM `creature_addon` WHERE `guid`=202603; | ||
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`MountCreatureID`,`StandState`,`AnimTier`,`VisFlags`,`SheathState`,`PvPFlags`,`emote`,`visibilityDistanceType`,`auras`) VALUES | ||
(202603,2026030,0,0,0,3,0,1,0,0,0,NULL); | ||
|
||
DELETE FROM `creature_template_movement` WHERE `CreatureId`=35015; | ||
INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`,`Chase`,`Random`,`InteractionPauseTimer`) VALUES | ||
(35015,NULL,NULL,1,NULL,NULL,NULL,NULL); | ||
|
||
-- Insert Waypoints for the Invisible bunny NPC | ||
DELETE FROM `waypoint_data` WHERE `id`=2026030; | ||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES | ||
(2026030,1,-178.141,77.8142,104.263,NULL,0,1,0,100,0), | ||
(2026030,2,-177.576,82.8194,103.754,NULL,0,1,0,100,0), | ||
(2026030,3,-196.210,116.535,103.922,NULL,0,1,0,100,0), | ||
(2026030,4,-238.688,118.052,104.146,NULL,0,1,0,100,0), | ||
(2026030,5,-259.618,81.6076,104.146,NULL,0,1,0,100,0), | ||
(2026030,6,-239.828,46.4965,104.146,NULL,0,1,0,100,0), | ||
(2026030,7,-197.300,46.5660,104.263,NULL,0,1,0,100,0); | ||
|
||
-- Change the target to the Koralon Stalker | ||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=66665; | ||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `Comment`) VALUES | ||
(13,1,66665,0,0,31,0,3,35015,0,0,'Burning Breath: target Burning Breath Koralon Stalker'); |
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,4 @@ | ||
-- Change the target to the Koralon Stalker | ||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=67328; | ||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `Comment`) VALUES | ||
(13,1,67328,0,0,31,0,3,35015,0,0,'Burning Breath: target Burning Breath Koralon Stalker'); |
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