[DiscordArchive] Could you send me an example?
[DiscordArchive] Could you send me an example?
Archived author: gigi • Posted: 2021-07-21T15:48:25.757000+00:00
Original source
Could you send me an example?
Archived author: gigi • Posted: 2021-07-21T15:48:32.635000+00:00
Original source
I really can't see what I'm doing wrong
Archived author: Deleted User • Posted: 2021-07-21T15:50:34.091000+00:00
Original source
show me your definition of the statement
Archived author: Deleted User • Posted: 2021-07-21T15:51:55.743000+00:00
Original source
oh it's there sry
Archived author: Deleted User • Posted: 2021-07-21T15:52:20.095000+00:00
Original source
basically I did the same
Archived author: Deleted User • Posted: 2021-07-21T15:52:23.595000+00:00
Original source
``` WorldDatabasePreparedStatement* stm = WorldDatabase.GetPreparedStatement(WORLD_UPD_LAND_DATA_OWNER);
stm->setUInt32(0, LandOwnerGuid);
stm->setUInt32(1, me->GetSpawnId());
WorldDatabase.Execute(stm);```
Archived author: Deleted User • Posted: 2021-07-21T15:52:44.366000+00:00
Original source
`PrepareStatement(WORLD_UPD_LAND_DATA_OWNER, "UPDATE land_data SET LandOwnerGuid = ? WHERE CreatureGuid = ?", CONNECTION_ASYNC);`
Archived author: gigi • Posted: 2021-07-21T15:57:27.406000+00:00
Original source
I'm about to pull my hair out
Archived author: gigi • Posted: 2021-07-21T15:57:44.761000+00:00
Original source
Spent three entire days on this issue
Archived author: gigi • Posted: 2021-07-21T15:58:00.236000+00:00
Original source
I'll try changing the DB table structure and see if it works