Commit Graph

1406 Commits

Author SHA1 Message Date
Francesco Borzì
f2a37485fa Docker/Scripts: fix file permissions 2019-01-17 19:00:58 +01:00
Vitoco
c9c9007015 Core/Spells: Fix DeathKnight T10 Tank 2P Bonus (#1291)
Now correctly increase the damage done by your Death and Decay ability by 20%
2019-01-17 18:53:05 +01:00
Francesco Borzì
b578bce1d1 Make the Docker installation easy
See: https://github.com/azerothcore/azerothcore-wotlk/wiki/Install-with-Docker
2019-01-16 20:44:02 +01:00
José González
7599624fdf [CI] Make Travis only import pending sql from master branch (#1297) 2019-01-16 16:10:08 -03:00
Francesco Borzì
b9d14372fd chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
Francesco Borzì
b824154722 Fix sql updates chain 2019-01-16 11:32:59 +01:00
Francesco Borzì
3e0866cfe1 Added Jetbrains to .gitignore & readme 2019-01-15 21:10:06 +01:00
José González
a4d8134e38 Core/Commands: Add new spy command (#1263)
Add a new spy command for game masters and administrators to receive all conversations of followed players.

How to use:

- Use command .spy follow <characterName> with a GM 
- Make that player whisper another player
- You (GM) should receive the message sent
- Use command .spy status. You should get a list with the test subject's name in it.
- Use command .spy unfollow <characterName>
- You should not receive any more messages sent or received by that player


* Core/Commands: Add new spy command
* Importing pending sql
* Fix missing comma in SQL
* Fix travis compile: comment unused parameter
2019-01-15 15:47:14 -03:00
Travis CI
55d006c16d Importing pending sql 2019-01-15 17:32:51 +00:00
Stoabrogga
98a3990d94 DB/SAI: Fix Arakkoa Egg (#1280)
Prevent the Arakkoa Egg (template ID 20214) from following the player
Arakkoa Egg will now cast Arakkoa Egg Debuff (ID 35788) if the player is within 6 yards range

Closes #1209
2019-01-15 18:30:15 +01:00
Francesco Borzì
27ea9c3f95 Core/MySQL: wait for the DB to be ready (#1286)
* Core/MySQL: wait for the DB to be ready
- Closes #1285

* Fix build on windows
2019-01-15 13:52:54 +01:00
Poszer
d5294f7112 Merge pull request #1255 from poszer/QuestAbandonFinishFix
Quest abandon finish fix
2019-01-15 13:52:26 +01:00
FrancescoBorzi
57f6a44082 Fix build on windows 2019-01-15 08:46:07 +01:00
Poszer
6ef7c40313 Update Player.cpp 2019-01-15 00:48:54 +01:00
FrancescoBorzi
e5ad0165b3 Core/MySQL: wait for the DB to be ready
- Closes #1285
2019-01-14 23:21:50 +01:00
Francesco Borzì
81fe5482a1 Fix DB import issues (#1283)
- Closes #1278
- Closes #1281
2019-01-14 23:11:50 +01:00
Travis CI
c90afdd9e2 Importing pending sql 2019-01-14 08:29:08 +00:00
Poszer
c573c60a0f DB/Quest Going Bearback (#1267)
-Fix client crash while ussing arrows in quest, and pressing Esc.
-Updating creature spells ( Correct is to have Flaming Arror and Burst of Speed )
2019-01-14 11:26:58 +03:00
Poszer
0dfda71c8b DB/Quest The Lord of Blackrock (#1254) 2019-01-14 11:26:11 +03:00
Kargatum
66b9f007ea Core/Reload: Delete useless lines for achievement_reward_locale (#1277) 2019-01-14 11:24:45 +03:00
Francesco Borzì
3b281e27ce Docker: fix connectivity issues on Mac & Windows (#1275) 2019-01-13 15:32:57 +01:00
Kargatum
93bccb9b85 Core/Gossip: improve gossips related to Dual Talent Specialization (#1218) 2019-01-13 17:16:09 +03:00
Travis CI
4983cc1cbc Importing pending sql 2019-01-13 13:38:10 +00:00
Poszer
4480c95b6f Merge pull request #1245 from poszer/UlagtheCleaverQuestFix
DB/Quest Ulag the Cleaver
2019-01-13 14:36:18 +01:00
FrancescoBorzi
ceb82e3506 Merge branch 'master' into UlagtheCleaverQuestFix 2019-01-13 12:41:13 +01:00
Francesco Borzì
36c6d7438e CI: fix travis build (#1274) 2019-01-13 12:10:24 +01:00
Francesco Borzì
2c1c35fd16 Create .gitkeep 2019-01-13 02:40:07 +01:00
Francesco Borzì
0e87deb416 Several improvements to Docker:
- ability to reload configuration files without building again the images
- faster images building
- corrected a mistake
- logs are saved to the main host
2019-01-13 02:38:04 +01:00
Poszer
2fea4fea8b Update rev_1546933586341240000.sql
Changed game object GUID
2019-01-13 01:35:47 +01:00
Francesco Borzì
05d03747be Fix bad copy paste in docker README.md 2019-01-13 00:27:29 +01:00
Travis CI
dabf4f5f8e Importing pending sql 2019-01-12 22:58:13 +00:00
Kargatum
b34bc28e5b Core/DB: Update all locales to actual TrinityCore (#1160)
* Core/Misc Update all locales table structure to simple system. Port from TrinityCore
Co-Authored-By: Winfidonarleyan <dowlandtop@yandex.com>
* Core/Db/Gossip Update structure gossip_menu and gossip_menu_action to actual TrinityCore
* Core/DB Update Broadcast system to actual TC
* Core/Mail: implement Quest Mail Sender
* Core/Quest Split quest template locales
2019-01-13 01:56:06 +03:00
Stefano Borzì
76772e434d Fixed permission in docker-database (#1272) 2019-01-12 23:39:17 +01:00
Francesco Borzì
1dae236cf0 Update Docker README.md
Since some users are already doing it wrong...
2019-01-12 23:16:05 +01:00
Francesco Borzì
c638fc3b6a Update README.md 2019-01-12 22:16:31 +01:00
Francesco Borzì
7bff043a1b AzerothCore complete Docker solution
Check https://github.com/azerothcore/azerothcore-wotlk/tree/master/docker for all details.
2019-01-12 21:48:33 +01:00
Viste(Кирилл)
e7dafc18d2 MySQL: fix MySQL 5.6 find mistake (#1268) 2019-01-12 16:02:59 +03:00
Kargatum
8e7fb1a38a DBAssembler: Fix incorrect apply sql files at import (#1252) 2019-01-12 12:53:49 +03:00
Travis CI
b16bb23ef7 Importing pending sql 2019-01-12 09:51:59 +00:00
Stoabrogga
cbb21c5b74 DB/SAI: fix Sen'Jin Fetish (#1266) 2019-01-12 12:50:25 +03:00
Travis CI
a4c8e98d1f Importing pending sql 2019-01-10 21:14:29 +00:00
Kargatum
d60cd1ced6 DB/Graveyard: Translate comments to English language (#1246) 2019-01-10 22:12:10 +01:00
Vitoco
bb34d1b90a Core/Spell: Val'kyr Target Search bypass invuln (#1229)
This spell now bypass invulnerability.
Fix players using Hand Of Protection to prevent selection from valkyrs.
2019-01-10 14:30:42 +01:00
Poszer
e993c20cac Update Player.cpp 2019-01-10 13:35:54 +01:00
Poszer
ffd578559a Update Player.cpp 2019-01-10 13:23:46 +01:00
Poszer
13c854c345 DB/Quest Ulag the Cleaver
Update: Way path is correct now
2019-01-10 11:52:31 +01:00
Kargatum
c00d5fe0ab CMake: Use source_groups to represent the source tree (#1247) 2019-01-10 07:20:32 +03:00
Francesco Borzì
82baf637f6 Update docker README.md 2019-01-10 01:31:14 +01:00
Francesco Borzì
1c116c2902 Dockerize AzerothCore Database 2019-01-10 01:14:23 +01:00
Poszer
cfa2f86a0d Merge pull request #1241 from poszer/QuestAbandonFinishFix
Core/Quests: Abandon&Finish quest items
2019-01-09 19:58:57 +01:00