Age | Commit message (Collapse) | Author |
|
Closes #24449
(cherry picked from commit 400e2913179e0ff47518558f89b687161031967a)
|
|
Closes #16988
(cherry picked from commit 3621b1fd34f86ec06088f06fe38a7b1207b14e9a)
|
|
(cherry picked from commit f9d117737998a6bdf560b02e9ca3f4a5ce4bfa2a)
|
|
(cherry picked from commit daecf90ac454a44d28c9f9f3a328a29d32558080)
|
|
Spawn positions fix and linked aggro
(cherry picked from commit 608d23fb1e2f2eaa1c3b155f8da4aa7fd02dbe8b)
|
|
Closes #22578
(cherry picked from commit 83c222826bdc214e211f1a1572bc91396f9c5426)
|
|
Grace
(cherry picked from commit d57b42f2c89d4c40be20bc5d3b309b3a31d31e41)
|
|
Add immune to pc/npc for cosmetic spawns to avoid accident aggro
(cherry picked from commit 2aa32d3beb3340370be71020bf99110c5bb7a484)
|
|
* Core/Gameobjects: Improve stealth detection
* fix warning: private field 'i_funit' is not used
* Code cleanup
* add comment
Co-authored-by: jackpoz <giacomopoz@gmail.com>
(cherry picked from commit 862097a63351e957fd4aa6cb82fe7d9edf4d3926)
|
|
* UBRS: Improve Pyroguard Emberseer script
* Remove whitespaces
* More whitespaces removed
* Addressing change requests
Removed cast from constructor
Removing unused member field
* That should be the last white spaces
* Forgot to remove the declaration
* Update boss_pyroguard_emberseer.cpp
* Add break to For loop
* War on white spaces
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit c3037c35639a547fca6be02ad1a0a2ed4c1c5fe9)
|
|
Closes #22490
(cherry picked from commit 5ec303724e46c1ce6981d8bbe12d09428367c808)
|
|
* Core/Packets: updated SMSG_FEATURE_SYSTEM_STATUS
(cherry picked from commit 231207970bf9c28971def453d2622aa17fe36b43)
* Define complaint status values and replace magic numbers
* Add missing header
Co-authored-by: joschiwald <joschiwald.trinity@gmail.com>
(cherry picked from commit bfd73e7f47ec670308f72cbd0dbc42ef80cd7e92)
|
|
* Mojo
* Update
* Rename 9999_99_99_99_world.sql to 2020_04_11_01_world.sql
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit 194691f7c3992fbea13227a190007f05451d742a)
|
|
(cherry picked from commit 9cde3ffd1404e784406f385061f4df0f6b429b61)
|
|
Years ago the action 70 was used to despawn/respawn gobs but it's no longer the case , it must only be used to respawn gobs with negative respawntime
(cherry picked from commit 428528774e0ee8da623ed7234f9251d808634fa2)
|
|
(#24422)
* Core/Pooling: Remove respawn times from the database when despawning a pool
Remove respawn times from the database when despawning a pool. This is needed when a Game Event ends but there are still some respawn times saved in the database.
* Remove respawn time of active pool objects even if they are not spawned
(cherry picked from commit 4f33fd3932d362466ee017111895bf14fcc79c88)
|
|
Still some events are missing in this instance
(cherry picked from commit d0f9ace67970f51bd1e9fb153a0844555f2b1ca2)
|
|
(cherry picked from commit 0fa366cbda66b10584075286db348f0e5e6e8a32)
|
|
Closes #22948
(cherry picked from commit f57b1e27d062286553b8dd3199ce118eb99ac270)
|
|
bad dbc data
Closes #24423
(cherry picked from commit 18b36734f6ac235dbb7a37ba46d1c8d09d8171ab)
|
|
(cherry picked from commit 81a09eb03ebd9f8bc2cf4f9db3232ab06bbad348)
|
|
(cherry picked from commit 2d72439b068093e6226ce74ca83747d85ab0327b)
|
|
Reduce 25724 respawntime to 1min
(cherry picked from commit 8fe2e66f2f0b0dc5a80c3c510ccb1304f36d2708)
|
|
(cherry picked from commit aafe303fc499ca8f35fd89fb429f02616bcffc73)
|
|
* Core/SAI: Allow SMART_TARGET_ACTION_INVOKER to target GameObjects
* Include new Coalesce(..) template by @Shauren
(cherry picked from commit 90b00288c24dfefccb338bd33b025cf85e82076d)
|
|
Closes #23915
(cherry picked from commit 64246306678c12024f401c2c1934a8b452057452)
|
|
(cherry picked from commit 31018c36527755166d8a297ac9e6c98a66f014ae)
|
|
Thanks @Nefertumm at https://github.com/azerothcore/azerothcore-wotlk/commit/f5e38a7f5797dc04b2fd5a6710aabd9780751339 for the heads-up
(cherry picked from commit 68fcd592f8c164d1720fda147d37960362194306)
|
|
(cherry picked from commit 67f28adaf738ebf1377d06adac2fa30033928dd6)
|
|
data and use it to replace unnecessary vmap lookups (#24399)
* dropped unneeded IsUnderwater override for players since the default position data update considers collision height already so we don't have to rely on that tempfix anymore. This actually fixes breathing bars showing up depending on your characters size (gnomes get their breathing bar earlier, taurens later etc)
(cherry picked from commit bea850fb73c6c3b3cc4e51bd3a42d178947882a5)
|
|
happy new year
|
|
|
|
enabled (#27298)
(cherry picked from commit 57617e215b2f45ba1636e0002714792326c3e57c)
|
|
(cherry picked from commit 579d41acc5ca3af9900b546dc3e910a595cee066)
|
|
* Added missing RBAC permissions to auth database
* Rename 9999_99_99_99_auth.sql to 2020_04_07_00_auth.sql
* Update 2020_04_07_00_auth.sql
* Update auth_database.sql
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit d962624d6107986fe7c349629878a121d27b186c)
|
|
* Added the ability to use TLS when connecting to a database.
* Trying to kickstart CI checks
* Revert the kickstart change
Co-authored-by: myuzhobcplidtkieno <myuzhobcplidtkieno@github.com>
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit ae553f89664a4baade80020856c9ff66323de963)
|
|
Show a short comment about how to fix the codestyle errors
(cherry picked from commit dcd2ffdaf4c358dbbab7915ab744871e5a7cc4ad)
|
|
Closes #24400
(cherry picked from commit 09b22fd4a50ec8cde19c449dade69d9e52d34e78)
|
|
Fix the reset of the gob and allow the second action list to override the first one and fix the cosmetic npc trigger position
(cherry picked from commit 46d38526a975b656b03f4068a82714fabcb883d4)
|
|
(cherry picked from commit 0844ad2ff00fef9fe90633eea3df8afc8a58e6d1)
|
|
(cherry picked from commit cb41c8828fe450e78fad0300fe0cb154d57cae9f)
|
|
Tabs are not allowed, use 4 spaces instead
(cherry picked from commit 5f29577f63da506d8099c9a09b1565e4f5d9eeaf)
|
|
(cherry picked from commit caae3886d24adf0a5fc95454bb1c45477057bde4)
|
|
Whitespace at the end of lines is not allowed
(cherry picked from commit 0017c7a0829d12529aac690470bddfa6b5e6bc71)
|
|
(cherry picked from commit 3def52c1c459f566ab2b2d8cf017c70df4d7cf22)
|
|
(cherry picked from commit 4f88be63e7551288f37e51928614cf14d99b444f)
|
|
(cherry picked from commit 468ecb7252ea4eabd37e11b9ddbbb96ffd26bd7e)
|
|
ObjectGuid::GetCounter() should not be called in logs, use ObjectGuid::ToString().c_str() instead
(cherry picked from commit af1260c40e333e0d2d506128099f8263f5f2304f)
|
|
(cherry picked from commit 32c9f1c7a228db33110ab0ab5975ba37cba85106)
|
|
(cherry picked from commit 404dbcdcf6bd09202cf58a4064a127e7f303b9b2)
|