[DiscordArchive] are those queries "all over the place" in ObjectMgr::Load*() methods mostly ?
[DiscordArchive] are those queries "all over the place" in ObjectMgr::Load*() methods mostly ?
Archived author: jackpoz • Posted: 2021-01-04T14:02:12.441000+00:00
Original source
are those queries "all over the place" in ObjectMgr::Load*() methods mostly ?
Archived author: ZaDarkSide • Posted: 2021-01-04T14:04:21.497000+00:00
Original source
ObjectMgr has most of them yes
![[Image: unknown.png?ex=690c0238&is=690ab0b8&hm=9...e2af8b4f4&]](https://cdn.discordapp.com/attachments/376074396915335170/795653934722973726/unknown.png?ex=690c0238&is=690ab0b8&hm=95486541bdd35bd06d1942e5f5d76a67233560b96a5b3f11f6234b9e2af8b4f4&)
Archived author: ZaDarkSide • Posted: 2021-01-04T14:04:41.242000+00:00
Original source
![[Image: unknown.png?ex=690c0238&is=690ab0b8&hm=9...e2af8b4f4&]](https://cdn.discordapp.com/attachments/376074396915335170/795653934722973726/unknown.png?ex=690c0238&is=690ab0b8&hm=95486541bdd35bd06d1942e5f5d76a67233560b96a5b3f11f6234b9e2af8b4f4&)
Archived author: ZaDarkSide • Posted: 2021-01-04T14:04:52.433000+00:00
Original source
but they are all over the place
Archived author: ZaDarkSide • Posted: 2021-01-04T14:05:14.535000+00:00
Original source
`CTRL+SHIFT+F` and search for `"SELECT ` for example
Archived author: ZaDarkSide • Posted: 2021-01-04T14:08:43.231000+00:00
Original source
`64` files in total just for `SELECT`s
Archived author: ZaDarkSide • Posted: 2021-01-04T14:09:32.902000+00:00
Original source
`10` files in total for `UPDATE`s
Archived author: ZaDarkSide • Posted: 2021-01-04T14:09:57.245000+00:00
Original source
`12` files in total for `DELETE`s
Archived author: ZaDarkSide • Posted: 2021-01-04T14:11:18.366000+00:00
Original source
`5` files in total for `INSERT`s
Archived author: MaxtorCoder • Posted: 2021-01-04T14:15:06.200000+00:00
Original source