Commit Graph

2317 Commits

Author SHA1 Message Date
AzerothCoreBot
c09b3e6d2b Import pending SQL update file...
Referenced commit(s): 1500a643d4
2020-03-12 20:07:11 +00:00
Stefano Borzì
1500a643d4 fix(DB/Quest): Shaman quest "Earth Sapta" (#2663)
Co-authored-by: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com>
2020-03-12 21:04:36 +01:00
AzerothCoreBot
d131840f34 Import pending SQL update file...
Referenced commit(s): fe28247fdc
2020-03-11 22:33:43 +00:00
Volgger
fe28247fdc feat(DB/lang): Import german quest_offer_reward texts from GTDB (Part 1/4) (#2670) 2020-03-11 23:31:10 +01:00
AzerothCoreBot
a4973304ab Import pending SQL update file...
Referenced commit(s): e72371ee4a
2020-03-09 21:56:49 +00:00
Alan
e72371ee4a fix: Zul'Aman raid improvements (#2654) 2020-03-09 22:54:18 +01:00
Barbz
2eeab4c72b fix(apps): Script for default git commit template returns output (#2642)
- Before that, it didn't return anything and could confuse people
2020-03-08 18:21:18 +01:00
Stefano Borzì
ce2f622ef0 fix(core/packet): check malformed guild packet to prevent client crash (#2739)
* Update AuctionHouseHandler.cpp

* fix(core/packet): prevent crash for malformed guild message

* fix(lint): fix codacy warnings
2020-03-07 10:12:16 +01:00
Kitzunu
ed4d95f98e fix: TC link and fix spacing (#2737) 2020-03-06 18:43:42 +01:00
Barbz
7aad17433d chore(README): Add linkedin link (#2723) 2020-03-05 19:34:14 +01:00
AzerothCoreBot
cb251f63a3 Import pending SQL update file...
Referenced commit(s): 1c23bf4024
2020-03-04 21:05:36 +00:00
Barbz
1c23bf4024 fix(DB/quests): Added german locale for "Ashenvale Hunt" (#2730)
- Updated quest texts 2, 23 and 24 to patch stand 3.3.5a
2020-03-04 22:03:01 +01:00
gengarshadowball
95251dfd2d fix(Core/Dungeon): Halls of stone doors (#2646)
* Improved logic and DX

Simplified the Developer Experience reading such a messy code and removed some duplicated useless conditions

* fix(core/dungeon): Halls of stone door

The door is closed before Maiden of Grief and Krystalus die.

* Revert "Merge commit 'refs/pull/2634/head' of https://github.com/azerothcore/azerothcore-wotlk into pr-2634"

This reverts commit 04e8ac45e4d868eda4a89229f3721ee699ba4be5, reversing
changes made to 2fa9f5c249.

* Review changes

* improvement to check

Co-authored-by: Yehonal <yehonal.azeroth@gmail.com>
2020-03-03 14:00:40 +01:00
AzerothCoreBot
831dfb4d71 Import pending SQL update file...
Referenced commit(s): e285ac4a2c
2020-03-02 22:36:48 +00:00
Volgger
e285ac4a2c fix(DB/Creature): Argent Guard Thaelrid (#2674)
- Argent Guard Thaelrid (ID 4787) had wrong faction
- Also had wrong title & name in locales.
2020-03-02 23:19:40 +01:00
AzerothCoreBot
59e00ad124 Import pending SQL update file...
Referenced commit(s): 857e799298
2020-03-01 09:37:43 +00:00
gengarshadowball
857e799298 Morph command update (#2641)
* changed morph command

removed demorph and adapted morph to include a reset option

* command info updated

* Update data/sql/updates/pending_db_world/rev_1580747652284896800.sql

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

* Added subcommand system for Morph

- Subcommands
- Descriptions on database

* travis

* two single quotes query

* Update data/sql/updates/pending_db_world/rev_1580747652284896800.sql

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

* Update data/sql/updates/pending_db_world/rev_1580747652284896800.sql

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

* Update data/sql/updates/pending_db_world/rev_1580747652284896800.sql

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

Co-authored-by: Barbz <BarbzYHOOL@users.noreply.github.com>
2020-03-01 10:34:56 +01:00
Stoabrogga
2eb0705668 fix(Core/Pet): only show pet details for hunter pets and demons (#2637) 2020-02-28 17:02:54 +01:00
Stoabrogga
9adba482c2 feat(Core/Hook): A few new hooks (#2671) 2020-02-27 22:45:38 +01:00
Stefano Borzì
0749a861aa fix(Core): build with ENABLE_EXTRA_LOGS (#2709) 2020-02-27 08:04:24 +01:00
Stoabrogga
8f5c628836 feat(Core/Hook): New GlobalScript hook (#2665)
This allows you to change the behavior of phase system
2020-02-26 09:44:12 +01:00
Amin.MasterkinG
17fc93d864 fix(Core/Crash): remove unneeded hook OnPlayerChat (#2707) 2020-02-26 08:03:18 +01:00
Barbz
6869848364 fix(Core/commands): Realign columns for command ".pdump" (#2699) 2020-02-25 08:49:25 +01:00
Stefano Borzì
9e307455a8 refactor(HandleAuctionListOwnerItems): prevent crash (#2684) 2020-02-24 08:40:02 +01:00
Stoabrogga
ed243d6911 feat(Core/Config): Parameter to set all creatures with WP movement active (#2615) 2020-02-23 14:08:42 +01:00
Viste
d387bdc695 fix(Core/Packet): fix crash happening when someone sends small packets that is processed directly to WorldSocket (#2669) 2020-02-22 11:24:08 +01:00
Viste
a7970b711a Core/Misc: Remove redundant null pointer checks before delete (#2679)
Co-authored-by: Ujp8LfXBJ6wCPR <github@lillecarl.com>

Co-authored-by: Ujp8LfXBJ6wCPR <github@lillecarl.com>
2020-02-20 18:33:28 +01:00
Yehonal
0cabb8e7e1 refactor(Core/Spells): Improved logic and DX Spell::EffectSummonPet (#2634) 2020-02-20 07:55:04 +01:00
niaro-kitty
32dcb3bf63 feat(Core/Spell): Header include optimization for files: SpellAura.h SpellAuraEffects.h (#2632) 2020-02-19 07:55:18 +01:00
Viste
38e8503d21 fix(Core/Misc): fix some exploits (#2630) 2020-02-18 08:26:12 +01:00
AzerothCoreBot
3b5b7a506f Import pending SQL update file...
Referenced commit(s): 2debf7b153
2020-02-17 07:11:04 +00:00
Stoabrogga
2debf7b153 fix(DB/gossip): Fix several gossip options for NPCs in Un'Goro Crater (#2606) 2020-02-17 08:06:30 +01:00
Stoabrogga
5ebb982db5 fix(Core/CreatureGroups): Fix "MoveSplineInitArgs::Validate" errors (#2604) 2020-02-16 10:04:55 +01:00
AzerothCoreBot
f7e7084b10 Import pending SQL update file...
Referenced commit(s): 1a738f5240
2020-02-15 07:51:57 +00:00
IntelligentQuantum
1a738f5240 fix(DB/npc_trainer): remove some wrong spells from trainer tables (#2598) 2020-02-15 08:49:43 +01:00
Stoabrogga
dcb714a5ef fix(Core/CreatureAI): Skip creatures in evade mode for DoZoneInCombat (#2599) 2020-02-14 08:06:58 +01:00
Stoabrogga
30fa1ae3b4 fix(Core/Unit): Fix Guardian Pets clearing combat state (#2619) 2020-02-13 08:12:52 +01:00
Rochet2
c16f21a271 fix(Core/Eluna): Fix issues with spell procs with Eluna (#2636) 2020-02-12 07:58:29 +01:00
AzerothCoreBot
35f3265bf9 Import pending SQL update file...
Referenced commit(s): fea38aa939
2020-02-11 07:12:46 +00:00
Stoabrogga
fea38aa939 fix(DB/SAI): Duskwing (#2596) 2020-02-11 08:10:27 +01:00
AzerothCoreBot
7f1646e13d Import pending SQL update file...
Referenced commit(s): 8a83faad9f
2020-02-10 07:06:34 +00:00
Stoabrogga
8a83faad9f fix(DB/SAI): Quest "Anatoly Will Talk" (#2595) 2020-02-10 08:04:08 +01:00
Francesco Borzì
eadbd40d5e fix(DB): sql import (#2655) 2020-02-08 00:03:36 +01:00
AzerothCoreBot
66e624cb76 Import pending SQL update file...
Referenced commit(s): 042932ddd1
2020-02-07 08:01:12 +00:00
Barbz
042932ddd1 feat(DB): Test accounts using various GM levels (#2587) 2020-02-07 08:58:53 +01:00
Stoabrogga
166967fe86 fix(Core/TempSummon): Fix crash concerning PlayerScript hook (#2650) 2020-02-05 17:40:17 +01:00
yehonal
a201c63aed docs(REPO): removed unused submodule 2020-02-05 10:32:26 +01:00
AzerothCoreBot
10a6c6a40e Import pending SQL update file...
Referenced commit(s): 2fe2909f90
2020-02-05 09:13:23 +00:00
Stoabrogga
2fe2909f90 fix(DB/SAI): Grizzly Bear (#2585) 2020-02-05 10:10:56 +01:00
Stoabrogga
3f0739f1c9 feat(Core/Hook): New PlayerScript hooks (#2639) 2020-02-04 08:25:11 +01:00