Files
azerothcore-wotlk-pbot/doc/changelog/master.md
AzerothCoreBot 53ab534f0b chore(DB): import pending files
Referenced commit(s): c35dde6fae
2021-06-28 03:26:00 +00:00

1.3 KiB

4.0.0-dev.3 | Commit: [c35dde6fae

](c35dde6fae

Changelog for commit "refactor(Collision): Update some methods to UpperCamelCase"

Changes

- getPosition
- getBounds
- getBounds2
- getInstanceMapTree
- getModelInstances
- getPosInfo
- getMeshData
- getGroupModels
- getIntersectionTime
- getObjectHitPos
- getAreaInfo
+ GetPosition
+ GetBounds
+ GetBounds2
+ GetInstanceMapTree
+ GetModelInstances
+ GetPosInfo
+ GetMeshData
+ GetGroupModels
+ GetIntersectionTime
+ GetObjectHitPos
+ GetAreaInfo

How to upgrade

If you are using any of those methods, simply rename it by changing the first letter of the method from lowercase to uppercase.

Example: getAreaInfo -> GetAreaInfo

4.0.0-dev.2 | Commit: 3f70d0b80ff483f142ffbebf8960aeb503913a35

Added

  • Created new changelog system.

How to upgrade

To create a new changelog please follow the instructions on our wiki page