Commit Graph

3664 Commits

Author SHA1 Message Date
r0m1ntik
8dbdffab92 fix(Core/Spell): Divine Protection reduces fall damage (#4618) 2021-02-21 20:23:46 +01:00
AzerothCoreBot
57d9774957 chore(DB): import pending SQL update file
Referenced commit(s): 90f7cf688e
2021-02-21 19:18:19 +00:00
Peter
90f7cf688e fix(DB/SAI): Captured Scarlet Zealot should die (#4616) 2021-02-21 20:16:54 +01:00
AzerothCoreBot
e01a2cc7c3 chore(DB): import pending SQL update file
Referenced commit(s): f910d635b7
2021-02-21 18:54:30 +00:00
Stifler82
f910d635b7 fix(DB/Creature): Gubber-Blump-missing-gossip (#4615) 2021-02-21 19:53:03 +01:00
AzerothCoreBot
f19f4377df chore(DB): import pending SQL update file
Referenced commit(s): 9b2584b8a6
2021-02-21 17:20:37 +00:00
Stifler82
9b2584b8a6 fix(DB/Creature): Westfall Woodworker position (#4614) 2021-02-21 18:19:09 +01:00
AzerothCoreBot
512284820a chore(DB): import pending SQL update file
Referenced commit(s): b1183fe137
2021-02-21 16:27:29 +00:00
Stifler82
b1183fe137 fix(DB/Quest): Plagued Lands (#4612) 2021-02-21 17:26:02 +01:00
AzerothCoreBot
9982583d8e chore(DB): import pending SQL update file
Referenced commit(s): 922f87e5a8
2021-02-21 16:01:03 +00:00
Stifler82
922f87e5a8 fix(DB/GameObject): Firework Launcher (#4597) 2021-02-21 16:59:40 +01:00
AzerothCoreBot
48c95468e7 chore(DB): import pending SQL update file
Referenced commit(s): 855ef81597
2021-02-21 15:45:59 +00:00
Stifler82
855ef81597 fix(DB/Creature): Amani Berserker (#4594)
Co-authored-by: Stifler <xspid@lastrevenge.ddns.net>
2021-02-21 16:44:33 +01:00
AzerothCoreBot
457a7b0c1e chore(DB): import pending SQL update file
Referenced commit(s): 79faa15551
2021-02-21 00:32:47 +00:00
r0m1ntik
79faa15551 fix(DB/Creature): Position NPC Rocklance (#4589) 2021-02-21 01:31:23 +01:00
T1ti
ccca2dedfa fix(Scripts/MoltenCore): Garr abilities timers (#4568) 2021-02-19 19:27:51 +01:00
Kitzunu
f35b3ddb76 fix(DB/MySQL): Support MySQL 8 in create_mysql.sql (#4492)
* fix(DB/MySQL): Support MySQL in create_mysql.sql

* Update create_mysql.sql
2021-02-19 12:37:04 +01:00
AzerothCoreBot
5b403f46f4 chore(DB): import pending SQL update file
Referenced commit(s): 53fd72a337
2021-02-18 14:11:32 +00:00
Peter
53fd72a337 fix(DB/creature/quests): Remove Tormek Stoneriver and his quests (#4578) 2021-02-18 15:09:54 +01:00
AzerothCoreBot
7292a68ec7 chore(DB): import pending SQL update file
Referenced commit(s): 28de039ca7
2021-02-18 00:39:40 +00:00
Francesco Borzì
28de039ca7 fix(DB/spell_dbc): column sizes & Life Tap descr. (#4545) 2021-02-17 19:38:12 -05:00
AzerothCoreBot
e843425c4a chore(DB): import pending SQL update file
Referenced commit(s): a209eaf00e
2021-02-17 03:18:52 +00:00
Vox
a209eaf00e fix(db/Creature): Darkshire NPC updates (#4588) 2021-02-16 22:17:20 -05:00
AzerothCoreBot
28d68cac20 chore(DB): import pending SQL update file
Referenced commit(s): 2cd534defb
2021-02-17 02:49:28 +00:00
LannyE
2cd534defb fix(db): Translation to Ello Quest - Add Stitches Completion Event (#4523) 2021-02-16 21:47:58 -05:00
AzerothCoreBot
75813d7a23 chore(DB): import pending SQL update file
Referenced commit(s): b71404b6e0
2021-02-16 18:41:56 +00:00
Peter
b71404b6e0 fix(DB/creature_loot_template) Increase droprate for item Healthy Dragon Scale (#4516) 2021-02-16 13:40:19 -05:00
AzerothCoreBot
81793357cb chore(DB): import pending SQL update file
Referenced commit(s): 0a5262a73e
2021-02-16 18:16:18 +00:00
Vox
0a5262a73e fix(core/Scripts): 'The Attack!' Quest Improvements/NPC Spawn Adjust (#4577) 2021-02-16 13:14:43 -05:00
AzerothCoreBot
d7acacfac0 chore(DB): import pending SQL update file
Referenced commit(s): 4f325780bd
2021-02-15 21:35:26 +00:00
Vox
4f325780bd fix(db/smart_script): Fix Worldserver spam of smart_script errors (#4575) 2021-02-15 16:33:52 -05:00
AzerothCoreBot
57308c02b6 chore(DB): import pending SQL update file
Referenced commit(s): f6c2c903e5
2021-02-15 16:16:15 +00:00
Kitzunu
f6c2c903e5 chore(DB/quest_offer_reward): Update capitalization of name/class (#4421) 2021-02-15 11:14:41 -05:00
AzerothCoreBot
0c0ec452f7 chore(DB): import pending SQL update file
Referenced commit(s): 60ee3500a6
2021-02-15 14:54:32 +00:00
Vox
60ee3500a6 fix(db/GameObject): Adjust XYZ of Copper Vein (#4576) 2021-02-15 09:53:00 -05:00
AzerothCoreBot
21f828847f chore(DB): import pending SQL update file
Referenced commit(s): d88e14be4e
2021-02-14 19:27:49 +00:00
Yehonal
d88e14be4e Fix: pipeline error after 8 pending sql
bash thinks that 08 is a hex number, so we have to cast the base

More info here: https://stackoverflow.com/questions/24777597/value-too-great-for-base-error-token-is-08
2021-02-14 20:26:29 +01:00
Vox
75569dd824 fix(DB/Spell): Make Amplify Magic Ranks 4-7 as Positive (#4567) 2021-02-14 14:12:18 -05:00
AzerothCoreBot
5eb15d8ac0 chore(DB): import pending SQL update file
Referenced commit(s): 8970037053
2021-02-14 18:51:16 +00:00
Vox
8970037053 Fix(DB/Trainer): Correct Polearm MinLvl Req (#4566) 2021-02-14 13:49:41 -05:00
AzerothCoreBot
e12c3a005d chore(DB): import pending SQL update file
Referenced commit(s): c47a60ea57
2021-02-14 17:38:25 +00:00
Vox
c47a60ea57 fix(DB/creature): Ham from Reese Langston position (#4564) 2021-02-14 18:36:51 +01:00
AzerothCoreBot
5cd011bee0 chore(DB): import pending SQL update file
Referenced commit(s): 65a0c10b8c
2021-02-14 06:09:53 +00:00
Peter
65a0c10b8c Ras Frostwhisper movement (#4517)
Co-authored-by: offl <offl@users.noreply.github.com>
2021-02-14 01:08:26 -05:00
AzerothCoreBot
97ea384cbe chore(DB): import pending SQL update file
Referenced commit(s): 98a0ff8297
2021-02-14 05:10:18 +00:00
Vox
98a0ff8297 fix(DB/quest_details): Add missing emotes for Maybell Maclure when offering quest Young Lovers (#4558) 2021-02-14 00:08:55 -05:00
AzerothCoreBot
19b7f0d27a chore(DB): import pending SQL update file
Referenced commit(s): 04d6fa2fa3
2021-02-14 04:40:46 +00:00
Vox
04d6fa2fa3 fix(DB/Creature): Script Master Wood Emotes and Responses (#4560) 2021-02-13 23:39:16 -05:00
AzerothCoreBot
03e77ce66f chore(DB): import pending SQL update file
Referenced commit(s): 5709fc4bec
2021-02-14 01:39:17 +00:00
Peter
5709fc4bec fix(DB/gameobject): Improve quest Fields of Grief (#4529) 2021-02-13 20:37:48 -05:00