Commit Graph

1898 Commits

Author SHA1 Message Date
AzerothCoreBot
b0d0378e40 chore(DB): import pending SQL update file
Referenced commit(s): 8cce6687d7
2021-02-04 09:46:24 +00:00
55Honey
8cce6687d7 fix(DB/Item) Flamewrought Key zhCN translation (#4365)
* Update item_template_locale.sql

* Revert changes to base sql files

* zhCN translation for Flamewrought Key

Created a pending_db_world sql file to add zhCN translations for Flamewrought Key

* Cleanup

* Cleanup

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

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Update rev_1611865917828980400.sql

backticks for `locale`
2021-02-04 10:44:56 +01:00
AzerothCoreBot
36fb4765d8 chore(DB): import pending SQL update file
Referenced commit(s): bd6b1752fd
2021-02-04 01:31:10 +00:00
Kitzunu
bd6b1752fd fix(DB/Quest): Journey to Undercity outro (#4389) 2021-02-03 20:29:36 -05:00
AzerothCoreBot
c0656c66d2 chore(DB): import pending SQL update file
Referenced commit(s): 1b0b8abb8e
2021-02-03 23:16:43 +00:00
Peter
1b0b8abb8e fix(DB/gameobject): Book of Ur should be lootable by all (#4362)
Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
2021-02-03 18:15:02 -05:00
AzerothCoreBot
64016e234e chore(DB): import pending SQL update file
Referenced commit(s): ae74eb0713
2021-02-03 17:44:53 +00:00
Peter
ae74eb0713 fix(DB/gameobject): Compendium of the Fallen should be lootable by all (#4360)
Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
2021-02-03 18:43:28 +01:00
Francesco Borzì
504a788c63 fix(DB): bad sql syntax 2021-02-03 12:23:32 +01:00
AzerothCoreBot
557f940bba chore(DB): import pending SQL update file
Referenced commit(s): 6853291338
2021-02-03 09:48:01 +00:00
Vox
6853291338 fix(DB/Creature): Tender Strider Meat chance increase / icon for Refurbished Steam Tank (#4250)
* fix(db/core)

* Update rev_1610314669347459800.sql

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-02-03 10:46:31 +01:00
AzerothCoreBot
cc8735fb19 chore(DB): import pending SQL update file
Referenced commit(s): 8cb01f5f36
2021-02-03 09:25:02 +00:00
Stefano Borzì
8cb01f5f36 feat(DB/Waypoint): improve Princess and companions movements (#4397)
* feat(DB/Waypoint): improve Princess and companions movements

* Update rev_1612129573861765384.sql
2021-02-03 10:23:29 +01:00
AzerothCoreBot
18e3ece24f chore(DB): import pending SQL update file
Referenced commit(s): 5c994d2d6d
2021-02-03 04:34:15 +00:00
Stefano Borzì
5c994d2d6d feat(DB/SAI): murloc fear when Mmmrrrggglll die (#4391)
* feat(DB/SAI): murloc fear when Mmmrrrggglll die

* chore(style): add new line
2021-02-03 05:32:54 +01:00
AzerothCoreBot
d82a8d59f7 chore(DB): import pending SQL update file
Referenced commit(s): 6e1fb0d525
2021-02-03 02:45:33 +00:00
Kitzunu
6e1fb0d525 feat(Core/Creature): implement c_t->spell_school_immune_mask (#4358)
* feat(Core/Creature): implement spell_school_immune_mask

* ae878e18ef

Co-Authored-By: Wyreth <32145860+Wyreth@users.noreply.github.com>

* Import from TC

* just capitalize sql keywords

* Update rev_1611769264588956600.sql

Co-authored-by: Wyreth <32145860+Wyreth@users.noreply.github.com>
2021-02-03 03:44:09 +01:00
AzerothCoreBot
887995f348 chore(DB): import pending SQL update file
Referenced commit(s): 1b7efadd5f
2021-02-03 01:21:40 +00:00
Kitzunu
1b7efadd5f fix(DB/Creature): Add spirit healer to gy 1318 (#4371)
* acb3999bb8

Co-Authored-By: ModoX <moardox@gmail.com>

Co-authored-by: ModoX <moardox@gmail.com>
2021-02-02 20:20:09 -05:00
AzerothCoreBot
ef72f69df0 chore(DB): import pending SQL update file
Referenced commit(s): c628cd776e
2021-02-03 00:29:10 +00:00
Kitzunu
c628cd776e fix(DB/Creature): Lunar Festival Harbinger gossip (#4383) 2021-02-03 01:27:35 +01:00
AzerothCoreBot
5e2aa422ba chore(DB): import pending SQL update file
Referenced commit(s): f11ed6c938
2021-02-02 17:17:08 +00:00
Stefano Borzì
f11ed6c938 fix(DB/Quest): wrong quest chain order (#4320) 2021-02-02 12:15:30 -05:00
AzerothCoreBot
4409ce38bc chore(DB): import pending SQL update file
Referenced commit(s): b43c5c9bf3
2021-02-02 15:10:22 +00:00
Kitzunu
b43c5c9bf3 fix(Core/Spell): Instant Statue (#4319)
* fix(Core/Spell): Instant Statue

* make sure GetCaster() is not null

* values

* unit not player

* scriptName

* Update spell_item.cpp

* feat(Core/Spell): Implement ValidateSpellInfo

* Cherry-pick from 2b5d7eef3a & a0a158b5b8

* Revert "feat(Core/Spell): Implement ValidateSpellInfo"

This reverts commit 7690f02b49c82c65de3e92307063211a2e9941f5.

* Revert "Revert "feat(Core/Spell): Implement ValidateSpellInfo""

This reverts commit 8ffbb46fafe1f2d1597b4295b9e5fcec822d1181.

* Update spell_item.cpp

* dependant on https://github.com/azerothcore/azerothcore-wotlk/pull/4323

* untargetable
2021-02-02 16:08:52 +01:00
AzerothCoreBot
7e9795fb3e chore(DB): import pending SQL update file
Referenced commit(s): f65cfb6f20
2021-02-01 23:14:35 +00:00
Peter
f65cfb6f20 fix(DB/Creature): Convert npc_anchorite_truuen to sai (#4324)
* fix(DB/Core): Anchorite Truuen

Anchorote Truuen is escorted in quest Tomb of the Lightbringer, but he's
too fast and doesn't aggro on anything.

* Updated using suggestions from @pklloveyou

Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
2021-02-02 00:13:01 +01:00
AzerothCoreBot
58c1d0025e chore(DB): import pending SQL update file
Referenced commit(s): 50a4b44c76
2021-02-01 22:51:25 +00:00
Peter
50a4b44c76 fix(DB/gameobject): The Damaged Chest quest Tome of the Cabal should respawn right away (#4321)
Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
2021-02-01 23:49:57 +01:00
AzerothCoreBot
e7cc7561c3 chore(DB): import pending SQL update file
Referenced commit(s): 4efcc16181
2021-02-01 22:05:48 +00:00
Peter
4efcc16181 fix(DB/gameobject): The Scarlet Key should be lootable by all (#4317)
The Scarlet Key from Doan's Strongbox inside Scarlet Monastery Library wing should be lootable by all.

Currently only one can loot and then the respawn is 24 hours.

This fix will make it respawn almost instantly for all to loot.

Reference: https://wowwiki.fandom.com/wiki/The_Scarlet_Key

Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
2021-02-01 23:04:14 +01:00
AzerothCoreBot
7fb198fb18 chore(DB): import pending SQL update file
Referenced commit(s): 722237d1ba
2021-02-01 21:21:02 +00:00
Peter
722237d1ba fix(DB/gameobject): Move location of Chest of The Seven in BRD (#4315)
Inside Blackrock Depths the "Chest of The Seven" spawns in a slightly wrong location.

- Closes https://github.com/azerothcore/azerothcore-wotlk/issues/4293

Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
2021-02-01 22:19:32 +01:00
AzerothCoreBot
b68f469c73 chore(DB): import pending SQL update file
Referenced commit(s): 911ac12ea6
2021-02-01 17:18:00 +00:00
LannyE
911ac12ea6 fix(DB): missing Lunar Festival GOs and creatures (#4367)
Major Cities were missing Lunar Festival gameobjects and NPCs/Creatures
- Darnassus:  Added the entire Festival location  (gameobjects/creatures)
- Shattrath:  Added both Festival locations  (gameobjects/creatures)
- Dalaran:  Added the entire Festival location  (gameobjects/creatures)
- Silvermoon:  Added the entire Festival location  (gameobjects/creatures)
- Exodar: Added the entire Festival location (gameobjects/creatures)
- Exodar: Removed New Year's event objects from the Lunar Event (Festive Kegs,
Party Tables, and extra Haybales)
-Removed gameobject 11997 deletion.  Doesn't exist
-Added game_event_gameobject cleanup by removing GUIDs 11995 - 12000
of gameobjects that do not exist from Lunar Event.
2021-02-01 18:11:46 +01:00
AzerothCoreBot
d45a2f1f82 chore(DB): import pending SQL update file
Referenced commit(s): 9c239d17cb
2021-02-01 17:10:16 +00:00
Stefano Borzì
9c239d17cb feat(DB/SAI): lunar festival invitation teleport (#4354) 2021-02-01 18:08:42 +01:00
AzerothCoreBot
adcf3f7abb chore(DB): import pending SQL update file
Referenced commit(s): 68f7cf3fab
2021-02-01 17:02:36 +00:00
Peter
68f7cf3fab fix(DB/gameobject): Core Fragment should not despawn (#4311)
Co-authored-by: Zoidwaffle <zoidwaffle@gmail.com>
2021-02-01 18:00:54 +01:00
AzerothCoreBot
1774a322c8 chore(DB): import pending SQL update file
Referenced commit(s): 628c75d67f
2021-01-31 02:11:22 +00:00
Kitzunu
628c75d67f fix(Core/SpellMgr): Add cooldown to some vehicle spells (#4300)
* fix(Core/SpellMgr): Add cooldown to some spells

* author and spellscript

Co-Authored-By: Wyrserth <43747507+Wyrserth@users.noreply.github.com>
2021-01-31 03:09:50 +01:00
AzerothCoreBot
422ebca567 chore(DB): import pending SQL update file
Referenced commit(s): 6ef7341313
2021-01-31 00:39:29 +00:00
FALL1N1
6ef7341313 fix(Core/Scripts): Blackwing Lair overhaul (#3673)
* [Core/Scripts] BWL - Make Razorgore talk, script blackwing mage, make his spell break eggs

* more to vaelastrasz

* accidentally removed some of the waypoints, fuck me

* Broodlord Lashlayer overhaul + supressors

* Formations, waypoints for Ebonroc and roaming Flamegor (might be non-blizzlike)

* complete overhaul for the basic scripts, merge with TC

* last for today, door cleanup and nefarian refactor (from TC)

* Doors are now working, hooraay!

* Fix the boss gossip that we broke... non-intentionally lolz

* Vaelstraz intro - done

* small corrections to the timers, they are not blizzlike since we got no sniffs.. :^)

* nefarian checked, everything seems to be fine... let the cleanup begin now

* SQL seems fine as well, let's gooo

* Partially Revert "SQL seems fine as well, let's gooo"

This partially reverts commit b1750da58d169e9ed916eb6a6a95da93caeb0ff8.

* idk why mine's called wander_distance

* wtb new eyes

* lost an override @ flamegor

* more junk to fix the compile

* anything else? whining shit..

* SpellScript header..

* how about now?

* hopefully this does the trick, the condition in general works just fine, the spell is targeting the boss

* Update 0000_00_00_00.sql

fuck. you.

* Cleanup SQL, temp comment out code for creature relations so they don't pull several rooms at once

* Move the file with proper revision and location

* Remove the creature_relations *fix* until there's a proper core-side fix for it.

* spawndist > wander_distance

* compile fix

* lost a bracket in the merge

* *sigh*

* add new line at the end

* Nefarian's whitespaces

* Vael's whitespaces

* Razorgore good to go as well

* Header as well

* finale
2021-01-31 01:38:00 +01:00
AzerothCoreBot
dce3c9f8cb chore(DB): import pending SQL update file
Referenced commit(s): 8851152815
2021-01-29 23:48:26 +00:00
Kitzunu
8851152815 fix(Core/Item): Implement mount speed mod items (#4258) 2021-01-30 00:46:59 +01:00
AzerothCoreBot
a6576f167d chore(DB): import pending SQL update file
Referenced commit(s): abe0021cc2
2021-01-28 22:47:02 +00:00
r0m1ntik
abe0021cc2 fix(DB/Quest): location for quest 9589 & 9590 (#4204) 2021-01-28 23:45:24 +01:00
AzerothCoreBot
b905ce8c35 chore(DB): import pending SQL update file
Referenced commit(s): 81f2b3f991
2021-01-27 21:08:14 +00:00
Lukas Volgger
81f2b3f991 feat(DB/locales): Import deDE locales (Part 16) (#4194) 2021-01-27 22:06:43 +01:00
AzerothCoreBot
769626ceb1 chore(DB): import pending SQL update file
Referenced commit(s): d60fbc8eaa
2021-01-27 11:38:08 +00:00