Commit Graph

2770 Commits

Author SHA1 Message Date
AzerothCoreBot
f685fb10c2 chore(DB): import pending files
Referenced commit(s): c425266ac7
2021-06-19 12:06:29 +00:00
anguaive
c425266ac7 fix(DB/creature): Beaten Corpse faction and flags (#6319)
Beaten Corpse (guid: 19221) was assigned the wrong faction and flags
which made its nameplate appear grey instead of green for Horde players

- Closes #6318
- Closes https://github.com/chromiecraft/chromiecraft/issues/841
2021-06-19 14:04:50 +02:00
AzerothCoreBot
4d20442a1e chore(DB): import pending files
Referenced commit(s): 18a02e9c03
2021-06-18 19:50:37 +00:00
Francesco Borzì
18a02e9c03 fix(DB): chinese translations (#6373) 2021-06-18 17:22:16 +02:00
Francesco Borzì
039f0e0faa fix(DB/spell_dbc): Imp's Phase Shift (#6408) 2021-06-18 17:20:39 +02:00
buddiman
8e9643c3b0 feat(Core/Commands): GM command to display strings (#6268)
- Implements a new GM command to display strings from the acore_string table
- Syntax: .string #id [#locale]
- Closes https://github.com/azerothcore/azerothcore-wotlk/issues/1052
2021-06-18 17:09:52 +02:00
Axel Cocat
848bb0891b feat(Core): add argument to .character rename to add name to reserved_name (#6163) 2021-06-18 17:09:29 +02:00
Michael Serajnik
ea7f693c56 fix(DB/gameobject): fix overlapping gameobjects (#6363) 2021-06-18 17:07:51 +02:00
Azcobu
5d9dfd00bc fix(DB/Creature): Pacifies Theramore Combat Dummies (#6351) 2021-06-18 17:07:41 +02:00
Cláudio Costa
3a30fe3d71 fix(Scripts): Victory rush killing blow (#6349) 2021-06-18 17:07:33 +02:00
UltraNix
289f140ab1 fix(Core/Loot): Fixed loading conditioned item loot. (#6337)
- Fixes #6326
2021-06-18 17:07:24 +02:00
AzerothCoreBot
6bab704a02 chore(DB): import pending files
Referenced commit(s): 4811a14bd6
2021-06-18 15:07:03 +00:00
UltraNix
8214873e28 fix(DB/Quest): Disabled regen health for Sorlof. (#6307)
- Fixes #3298.
2021-06-18 17:05:14 +02:00
Efymer
6a7b310ac4 fix(DB/quest): recover the cargo! objects not despawning (#6304) 2021-06-18 17:04:53 +02:00
Cláudio Costa
07861d0548 fix(Core/DB): Brewspewer hardcoded conditions (#6301) 2021-06-18 17:04:41 +02:00
Efymer
e7e0ce1ea4 fix(DB/creature_template): Adjust Hematos speed walk (#6300) 2021-06-18 17:04:22 +02:00
Raelorasz
137c0137fc fix(DB/creature_model_info): prevent NPC George Candarte incorrect display (#6299) 2021-06-18 17:04:01 +02:00
Efymer
4b67e78b02 fix(DB/creature_template): Uruson speed walk (#6290) (#6291) 2021-06-18 17:03:02 +02:00
AzerothCoreBot
474deda958 chore(DB): import pending files
Referenced commit(s): 206c405546
2021-06-18 10:46:17 +00:00
Necropola
206c405546 fix(DB/creature_loot_template,conditions): Cracked Silithid Carapace (5877) (#6284)
- Closes #6280
- Closes https://github.com/chromiecraft/chromiecraft/issues/815
2021-06-18 12:44:41 +02:00
AzerothCoreBot
acf624214e chore(DB): import pending files
Referenced commit(s): efd575fefa
2021-06-18 10:19:49 +00:00
v.tihomirov
efd575fefa fix(DB): Scholomance Hall of secrets issues (#5238) 2021-06-18 12:18:12 +02:00
AzerothCoreBot
ec1c819683 chore(DB): import pending files
Referenced commit(s): 364d715d07
2021-06-18 09:33:24 +00:00
anguaive
364d715d07 fix(DB/loot): Adjust Spellshock Leggings drops (#6288)
Spellshock Leggings (id: 9484) were previously unobtainable. They should
drop from certain high-level mobs in Zul'Farrak according to sources.

- Closes #6026
- Closes chromiecraft/chromiecraft#690
2021-06-18 11:31:51 +02:00
AzerothCoreBot
47b09f2767 chore(DB): import pending files
Referenced commit(s): f8c098f39c
2021-06-18 08:28:45 +00:00
dillyns
f8c098f39c fix(DB/loot): Prospecting Thorium doesn't always yield a gem (#6198)
Fix the grouping of thorium ore prospecting loot so you are guaranteed to get either a tbc gem or a classic gem

- Closes #5781
- Closes chromiecraft/chromiecraft#600

Co-authored-by: dsegna <dsegna@users.noreply.github.com>
2021-06-18 10:27:11 +02:00
AzerothCoreBot
016e7427d5 chore(DB): import pending files
Referenced commit(s): 6dab2a3baf
2021-06-18 07:37:17 +00:00
T1ti
6dab2a3baf fix(DB/creature_template): mass update vanilla creatures damages (#4927) 2021-06-18 09:35:44 +02:00
AzerothCoreBot
9d0f595e2f chore(DB): import pending files
Referenced commit(s): d0c6e137fa
2021-06-17 22:39:12 +00:00
Kargatum
3da83cc0e6 feat(Common/IPLocation): replace ip2nation by ip2location (#5653) 2021-06-17 22:02:08 +02:00
AzerothCoreBot
8ba1ddb033 chore(DB): import pending files
Referenced commit(s): a22bd38d98
2021-06-17 17:30:03 +00:00
buddiman
a22bd38d98 fix(DB/gameobject): Unreachable Copper vein (#6274)
- copper vein with the guid 5149 is now moved on top of the cliff
- this ensures it is reachable by players again
- Closes https://github.com/azerothcore/azerothcore-wotlk/issues/6270
- Closes https://github.com/chromiecraft/chromiecraft/issues/807
2021-06-17 19:27:16 +02:00
AzerothCoreBot
f8cf8b43ee chore(DB): import pending files
Referenced commit(s): cc23beec14
2021-06-17 15:37:46 +00:00
buddiman
cc23beec14 fix(DB/loot): Remove Mana Agate drop from Vultros (#6273)
- Removed Conjured Mana Agate from the drop table because it is a conjured mage item
- Closes https://github.com/azerothcore/azerothcore-wotlk/issues/6249
- Closes https://github.com/chromiecraft/chromiecraft/issues/791
2021-06-17 17:36:08 +02:00
AzerothCoreBot
9b5b229085 chore(DB): import pending files
Referenced commit(s): 947a97933c
2021-06-17 14:12:45 +00:00
dillyns
947a97933c fix(DB/Creature): Great Goretusk spawned inside a tree in Redridge Mountains (#6271)
Moved the spawn point
- Closes #6116
- Closes chromiecraft/chromiecraft#729
2021-06-17 16:11:14 +02:00
AzerothCoreBot
c789ec0ebc chore(DB): import pending files
Referenced commit(s): 19f94e0211
2021-06-17 11:27:16 +00:00
Francesco Borzì
19f94e0211 fix(DB): revert bad sql imports (#6394)
This reverts commit 1e2b880301.
This reverts commit 8f7ad83010.
This reverts commit 7dd97ae679.
This reverts commit ae703c1383.
2021-06-17 13:25:29 +02:00
AzerothCoreBot
1e2b880301 chore(DB): import pending files
Referenced commit(s): a9686a3f44
2021-06-17 08:20:58 +00:00
Necropola
a9686a3f44 fix(DB/creature_loot_template): Increase drop chance for Diabolical Plans (#6297)
- Closes #6295
- Closes https://github.com/chromiecraft/chromiecraft/issues/829
2021-06-17 10:19:20 +02:00
AzerothCoreBot
8f7ad83010 chore(DB): import pending files
Referenced commit(s): d6841f7267
2021-06-16 18:18:19 +00:00
Necropola
d6841f7267 fix(DB/SAI): Remove despawn event from Lorgus Jett (#6289)
- Closes #6286
- Closes https://github.com/chromiecraft/chromiecraft/issues/823
2021-06-16 20:16:46 +02:00
AzerothCoreBot
7dd97ae679 chore(DB): import pending files
Referenced commit(s): ed32bdf4c6
2021-06-16 10:20:46 +00:00
Stefano Borzì
ed32bdf4c6 fix(DB/waypoint_data): add waypoint_data, update creature and creature_addon (#6262) 2021-06-16 11:39:42 +02:00
AzerothCoreBot
ae703c1383 chore(DB): import pending files
Referenced commit(s): 4a3af9b140
2021-06-15 15:59:10 +00:00
Kargatum
4a3af9b140 feat(Core/BGQueue): rework queue announce (#6114) 2021-06-15 17:50:42 +02:00
AzerothCoreBot
067eb82302 chore(DB): import pending SQL update file
Referenced commit(s): e26dd4bd92
2021-06-14 21:40:46 +00:00
dillyns
e26dd4bd92 fix(DB/Creature): Firemane Flamecaller Spawning Inside Wall (#6260)
Moved the spawn point and added wander
- Closes #5766
- Closes chromiecraft/chromiecraft#594
2021-06-14 23:39:12 +02:00
AzerothCoreBot
4532ef4c7a chore(DB): import pending SQL update file
Referenced commit(s): 05e0178720
2021-06-14 07:59:48 +00:00
Azcobu
05e0178720 fix(DB/loot): delete more overlevelled items from world NPCs (#6245) 2021-06-14 09:58:16 +02:00