Commit Graph

2279 Commits

Author SHA1 Message Date
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
Kaev
2fa9f5c249 fix(Core): potential crashes/bugs reported by static analysis #2 (#2622) 2020-02-03 07:52:27 +01:00
Nefertumm
8cfdfd0af0 Fix (Core/DB): Remove hardcoded text from Malygos (#2618) 2020-02-01 22:46:27 -03:00
Dresmyr
1329b6b471 fix(Core/Hook): Make OnPlayerLeaveMap actually trigger (#2628)
OnPlayerLeaveMap was previously inside the if(remove) block which only is called when the player is logging out, this moves it outside that block but still has it trigger in the same order, thus allowing OnPlayerLeaveMap scripts to fire properly (needed for AutoBalanceFix)
2020-02-01 15:03:48 +01:00
AzerothCoreBot
4da4ad4e0d Import pending SQL update file...
Referenced commit(s): 08796ec615
2020-01-31 08:05:31 +00:00
Stoabrogga
08796ec615 fix(DB/SAI): Innocuous Scarab (#2580) 2020-01-31 09:02:55 +01:00
AzerothCoreBot
b1bcd21d51 Import pending SQL update file...
Referenced commit(s): 14598dbee9
2020-01-30 08:36:08 +00:00
Stoabrogga
14598dbee9 fix(DB/SAI): Devilsaurs (#2577) 2020-01-30 09:33:50 +01:00
Kaev
ab72dc1e7a fix(Core/Player): Fix removal of quest items (#2626) 2020-01-29 10:32:39 +01:00
Barbz
8760a9f5c9 refactor(CORE/scripts): Clearer error when script unassigned or alrea… (#2576) 2020-01-29 08:18:59 +01:00
AzerothCoreBot
1c4dbb571f Import pending SQL update file...
Referenced commit(s): 7efd0a7e9a
2020-01-28 07:20:20 +00:00
Stoabrogga
7efd0a7e9a fix(DB/creature): Imperial Eagle (#2572) 2020-01-28 08:18:00 +01:00
Shard
35b6bedd81 fix(Core/DK): Don't allow starter dk to queue bg (#2584) 2020-01-26 16:25:48 +01:00
Kaev
999d588c37 fix(Core): Fixed a few crashes/bugs that were found via static code analysis (#2617) 2020-01-25 14:26:38 +01:00
Barbz
1bbe10dc33 fix(Core): Improve logging msg when missing .conf file (#2560)
- Fixed typos
- Changed outError to outString when it's not an actual error but just a warning
- Display "load hardcoded default settings" only when .conf.dist AND .conf are missing
2020-01-24 09:39:29 +01:00
Shard
9f690a3741 fix(Core) : Enable randomProperties or suffix up to 5 (#2340) 2020-01-23 08:06:05 +01:00
Nefertumm
59234f8f4b fix(CORE): Missing override on various functions (#2602) 2020-01-21 19:03:15 -03:00
Viste
b66ec5712e fix(Core/Battleground): must fix IC scoreboard (#2597) 2020-01-21 23:47:16 +07:00
Shard
eadcb1a782 feat(Core/Battlegrounds) Reworked enhanced bg system for modules (#2521) 2020-01-19 17:09:02 +01:00
Shard
bb42c7c5eb fix(Core/Player): Only save player's glyphs when needed (#2583) 2020-01-18 00:59:50 +01:00
Skxawng-cu
70170f0bbd fix(Core/CreatureScript): Fix dk quest 12701 #2557 (#2559) 2020-01-16 08:24:10 +01:00
Barbz
7e0fba81b7 fix(core): Improve output for 2 small errors (#2549) 2020-01-15 09:46:49 +01:00
Stoabrogga
dd81c21968 feat(Core/Hook): New PlayerScript hook "OnPetInitStatsForLevel" (#2556) 2020-01-14 11:46:16 +01:00
Stoabrogga
0a97359c53 fix(Core/Battlegrounds): Fix compile error (#2574) 2020-01-13 10:04:14 +01:00
Francesco Borzì
c6b5805065 refactor(Core/BG/AB): code cleanup (#1903) 2020-01-13 07:52:58 +01:00
AzerothCoreBot
d769d0e62c Import pending SQL update file...
Referenced commit(s): a87cce27f4
2020-01-11 08:23:27 +00:00
Stoabrogga
a87cce27f4 fix(DB/SAI): Loramus Thalipedes quests/gossip (#2535) 2020-01-11 09:21:06 +01:00
Francesco Borzì
41946bbedb refactor(Core/BG/AV): code cleanup (#1695) 2020-01-10 08:47:45 +01:00
AzerothCoreBot
55b23c53ad Import pending SQL update file...
Referenced commit(s): 82535ecb60
2020-01-09 06:50:57 +00:00
Lukas V
82535ecb60 fix(DB): Various database cleanups (#2515) 2020-01-09 07:48:34 +01:00
Stefano Borzì
6a14c29e25 Fix(Core/Battleground): Fixed Nagrand Arena door position (#2523) 2020-01-07 11:18:36 +01:00
Barbz
cf33698040 chore(github): Clean up pull_request_template.md (#2547)
- Removed useless lines
- Changed titles style
2020-01-05 21:06:41 +01:00
AzerothCoreBot
4103801f3b Import pending SQL update file...
Referenced commit(s): 811233974a
2020-01-04 07:49:17 +00:00
Stefano Borzì
811233974a feat(DB/Worldstates): added worldstates entry 20004 in characters DB (#2402) 2020-01-04 08:46:54 +01:00
AzerothCoreBot
0f590d0397 Import pending SQL update file...
Referenced commit(s): f420d0ba28
2020-01-02 07:43:04 +00:00
Stoabrogga
f420d0ba28 fix(DB/creature): Great Wavethrasher position (#2537) 2020-01-02 08:40:49 +01:00
AzerothCoreBot
5ed74d9e00 Import pending SQL update file...
Referenced commit(s): 7a2d1cde79
2019-12-31 08:18:17 +00:00
Stoabrogga
7a2d1cde79 fix(DB/SAI): Kanati Greycloud (#2522) 2019-12-31 09:15:58 +01:00
AzerothCoreBot
561b9bacbd Import pending SQL update file...
Referenced commit(s): 3062c7a50f
2019-12-30 07:43:59 +00:00