Commit Graph

2393 Commits

Author SHA1 Message Date
AzerothCoreBot 195992f59f Import pending SQL update file...
Referenced commit(s):9cc5bcc1a447113ed77ab983e9596d89be3fbedd
2020-04-22 22:38:30 +00:00
Rochet2 9cc5bcc1a4 fix(CI): sql import
SQL import failed to push due to github branch protection.
Seems this will allow the actual supplied token to be used which has push access.
The solution was found from https://github.community/t5/GitHub-Actions/Push-to-restricted-master-branch/m-p/54948
2020-04-23 00:37:27 +02:00
Kitzunu 69d121fd03 fix(DB/Spell): Clam drops (#2757) 2020-04-22 11:48:23 +02:00
AzerothCoreBot fd9d98bedb Import pending SQL update file...
Referenced commit(s):cee55da48f247057757dd26ecec5e34d969647e2
2020-04-22 09:36:20 +00:00
Yehonal cee55da48f fix(CI):updated token for import_pending_sql 2020-04-22 11:12:57 +02:00
IntelligentQuantum 30dceb3fa6 feat(CORE/command): .kick will now display the kick reason (#2779)
- If ShowKickInWorld is enabled, kick will now display the kick reason to all the players
2020-04-22 00:26:47 +02:00
Kitzunu fe5b46f331 fix(DB/Creature): Ragefire Shaman will now cast heal (#2772)
Before that commit, the ragefire shaman would rarely cast his healing spell
2020-04-21 23:34:45 +02:00
Stefano Borzì ad6985f459 fix(core/packet): prevent client crash from malformed packet/message (#2910)
* Update AuctionHouseHandler.cpp

* fix(core/packet): prevent crash from malformed string
2020-04-21 00:00:26 +02:00
Evilpriest4 1603646aad fix(DB/item): Missing loot for Heart-Shaped Box (#792)
Co-authored-by: LukasVolgger <55922592+LukasVolgger@users.noreply.github.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2020-04-20 03:52:25 +02:00
Rochet2 1397971943 feat(CI): migrate from Travis to GitHub Actions (#2887)
Co-authored-by: Yehonal <yehonal.azeroth@gmail.com>
2020-04-19 17:33:13 +02:00
P-Kito 2514f8fc9a feat(Core/AI): CU_SAI - Custom Target Options (#2879)
NEW:
* SMART_TARGET_PLAYER_WITH_AURA (spellid, negation?, distMax, distMin) - if target.O is set it will resize the list of targets to target.o
* SMART_TARGET_RANDOM_POINT (range, amount (for summon creature), self (creature is middle else use xyz) (ONLY USED FOR SUMMON CREATURE OR MOVE/JUMP TO POS ACTIONS FOR NOW)

MODIFIED:
* SMART_ACTION_SUMMON_CREATURE now possible to spawn multiple creatures with SMART_TARGET_RANDOM_POINT
* SMART_ACTION_MOVE_TO_POS/JUMP_TO_POS now possible to move to a random point with SMART_TARGET_RANDOM_POINT
* SMART_TARGET_PLAYER_RANGE no longer targets GMs or dead targets and when target.o is >0 it will try all possible targets in max instead of min-maxing


Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2020-04-18 16:59:52 +02:00
AzerothCoreBot 63c86a9a14 Import pending SQL update file...
Referenced commit(s): 00de6043d4
2020-04-17 21:15:04 +00:00
Kitzunu 00de6043d4 fix(DB/Quest): Old Whitebark's Pendant (#2771) 2020-04-17 18:12:25 -03:00
AzerothCoreBot c8085b87ba Import pending SQL update file...
Referenced commit(s): 85cbf146f5 495f362263
2020-04-17 21:02:41 +00:00
Kitzunu 495f362263 Fix reward text for Quest: Shaodw's Edge (#2752) 2020-04-17 18:00:13 -03:00
Kitzunu 85cbf146f5 fix:(DB/Item) Mechanical Greench / Wand of Holiday Cheer (#2751)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2020-04-17 17:59:48 -03:00
P-Kito f381bd47cb feat(Core/AI): CU_SAI - set creature in combat outside of dungeon (#2878) 2020-04-17 16:29:47 +02:00
P-Kito 6a410efa36 feat(Core/AI): CU_SAI - Custom Event Options (#2881) 2020-04-17 00:40:06 +02:00
P-Kito 8aa80eef18 feat(Core/SAI): new Actions + Polar Coords System Offset Relocating (#2880) 2020-04-16 11:39:45 +02:00
Viste 1432f17c32 fix(Core/Mail): Mailhandler cleanup (#2802) 2020-04-15 12:23:30 +02:00
AzerothCoreBot c839ce5398 Import pending SQL update file...
Referenced commit(s): 615752a288
2020-04-13 22:42:32 +00:00
Kitzunu 615752a288 fix(DB/Quest): Teron Gorefiend chaining (#2746)
* Create rev_1583860566062662900.sql

* fix last line
2020-04-14 00:39:57 +02:00
AzerothCoreBot f7562f8d96 Import pending SQL update file...
Referenced commit(s): 7661eb2a53
2020-04-12 21:59:00 +00:00
LukasVolgger 7661eb2a53 fix(DB): The Green Hills of Stranglethorn German quest texts (#2736) 2020-04-12 23:56:25 +02:00
AzerothCoreBot 384fab39f9 Import pending SQL update file...
Referenced commit(s): 8a1eab2c23
2020-04-11 09:22:32 +00:00
Kitzunu 8a1eab2c23 fix(Core/Creature): Use proper name for wander distance (#2858)
* Change from spawndist to wander_distance

Co-Authored-By: ratkosrb <ratkosrb@users.noreply.github.com>

* fix sql error

Co-Authored-By: ratkosrb <ratkosrb@users.noreply.github.com>

* Let's see if this fixes eluna :)

* Revert "Let's see if this fixes eluna :)"

This reverts commit be675bf83f.

* fix indent

* Revert "fix indent"

This reverts commit f4cb3d2d9f.

* Revert "Revert "fix indent""

This reverts commit 48527cfd2f.

Co-authored-by: ratkosrb <ratkosrb@users.noreply.github.com>
2020-04-11 11:20:02 +02:00
AsunaFrostwyrm 50287c05f0 fix(CORE/locale): achievement_reward_locale should now work (#2811)
Closes #2810
2020-04-10 22:31:39 +02:00
AzerothCoreBot 9c8c5ea8ff Import pending SQL update file...
Referenced commit(s): a0498fb721
2020-04-08 23:45:58 +00:00
LukasVolgger a0498fb721 fix(DB): Fix quest minor text errors (#2727)
Fixed a few grammar and spelling errors from various quest texts.

Co-authored-by: Endeffect93 <55922592+Endeffect93@users.noreply.github.com>
2020-04-09 01:43:26 +02:00
AzerothCoreBot 9174e1eb96 Import pending SQL update file...
Referenced commit(s): 2abde9bd23
2020-04-08 10:55:28 +00:00
Alan 2abde9bd23 fix error loot altac valley (#2726) 2020-04-08 12:52:48 +02:00
AzerothCoreBot 38dbb78e84 Import pending SQL update file...
Referenced commit(s): 2bf127bed2
2020-04-07 08:55:28 +00:00
LukasVolgger 2bf127bed2 feat(DB/lang): import German quest_request_items Texts from GTDB (Part 3/4) (#2725) 2020-04-07 10:52:50 +02:00
AzerothCoreBot 44c3bef14e Import pending SQL update file...
Referenced commit(s): f821b0c7aa
2020-04-05 17:09:02 +00:00
Kitzunu f821b0c7aa fix(DB/Gossip): Corrupted Cat gossip #2762
- Missing gossip text fixed for this creature.

- Only "issue" is that the cat immediately transforms into tiger, but in vanilla video the cat goes to the well and then transforms into tiger
2020-04-05 19:04:36 +02:00
AzerothCoreBot 5cb1dc1017 Import pending SQL update file...
Referenced commit(s): d22251bcab
2020-04-04 15:52:57 +00:00
aleigood d22251bcab fix(DB/creature): Add waypoint for Morin Cloudstalker (#2837) 2020-04-04 17:50:24 +02:00
Amin.MasterkinG 378cd6fe28 fix(core): "Silenced - You can only chat with GMs" spell (#2716) 2020-04-04 11:01:11 +02:00
AzerothCoreBot 397c5d916f Import pending SQL update file...
Referenced commit(s): 9d0ebcd8ea
2020-04-02 18:47:37 +00:00
Barbz 9d0ebcd8ea style(DB): battelground_template entries now commented by type (arena or bg) (#2722)
- Can be useful for people who don't know WOW by heart
- Can be used to select only arenas or only battlegrounds
- Added full name for Nagrand Arena
2020-04-02 20:45:00 +02:00
arenacraftwow cfdbf00afe fix(Core/Hook): OnFirstLogin can now make persistent changes (#2793)
PlayerScript#OnFirstLogin was broken in that if you tried to teach the
player a spell or give an item to him that change wouldn't persist.
Meaning that the next time the Player would log in, his awarded spells
or items would be gone.

Meanwhile PlayerScript#OnLogin didn't have this behavior meaning
that the sematics of PlayerScript#OnFirstLogin and PlayerScript#OnLogin
where very different, which is unexpected.

This issue was caused by an implementation detail in Player#learnSpell
(and similiar) which behaves differently depending on
Player#isBeingLoaded phase. This code change makes its that
PlayerOnFirstLogin hook executes when Player#isBeingLoaded == false
fixing the issue.

Alternatives: The fact that Player#learnSpells and others behave
differently depending on the load phase is questionable and from my
research it seems like this impl detail is only used when giving the
player his template spells. We could add a overload to
Player#learnSpell with a flag like `isSpellTemporary` and make
the template spells loading use it. Then we would be able to remove
this implicit temporary spell mechanism when Player#isBeingLoaded
thing.  However this is a deeper change and not worth the risk.
2020-04-01 20:16:00 +02:00
Barbz ea709de58b fix(app/db_assembler): Allow recursion with bash (#2731)
- Before that commit, the recursion with "**" stopped after the first directory
2020-03-31 23:34:20 +02:00
Stefano Borzì 19c3a70d41 feat(Core/Config): make stop time for creatures with WP movement configurable #2715 (#2829)
Original author Stoabrogga
2020-03-31 01:30:39 +02:00
AzerothCoreBot 633ef83b47 Import pending SQL update file...
Referenced commit(s): 71f98abc2c
2020-03-30 00:27:37 +00:00
LukasVolgger 71f98abc2c fix(DB/creature_formations): Thal'trak Proudtusk pathing (#2724)
Use creature_formations instead of pathing for each npc. This avoids that they get out of sync after a while or get stuck.
2020-03-30 02:08:14 +02:00
AzerothCoreBot 386ee6f162 Import pending SQL update file...
Referenced commit(s): 2fd2984cb2
2020-03-29 21:05:18 +00:00
LukasVolgger 2fd2984cb2 fix(DB/creature_formations): Moon Priestess Amara pathing (#2711) 2020-03-29 23:02:47 +02:00
AzerothCoreBot f9f3efe0d3 Import pending SQL update file...
Referenced commit(s): ccb1d813f6
2020-03-29 01:13:01 +00:00
Kitzunu ccb1d813f6 feat(DB/Creature): Add missing Little Adeline NPC #2747
Originally from https://github.com/TrinityCore/TrinityCore/commit/9ed27e7d58414b1a872cbae52f1701ba90b2b98f
2020-03-29 03:10:26 +02:00
Nefertumm bb6047248a fix(Calendar/Packets): add additional validation when creating events (#2799) 2020-03-28 22:47:53 +01:00