Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] That's fine, it's not your job, but you can do the projects the courtesy of creating an issue when y

[DiscordArchive] That's fine, it's not your job, but you can do the projects the courtesy of creating an issue when y

[DiscordArchive] That's fine, it's not your job, but you can do the projects the courtesy of creating an issue when y

Pages (2): Previous 1 2
rektbyfaith
Administrator
0
10-06-2025, 11:04 AM
#11
Archived author: Crane • Posted: 2025-10-06T11:04:48.896000+00:00
Original source

```c++
//private:
static constexpr bool HasEntry(HighGuid high)
{
switch (high)
{
case HighGuid::Item:
case HighGuid:Tonguelayer:
case HighGuid:Big GrinynamicObject:
case HighGuid::Corpse:
case HighGuid::Mo_Transport:
case HighGuid::Instance:
case HighGuid::Group:
return false;
case HighGuid::GameObject:
case HighGuid::Transport:
case HighGuid::Unit:
case HighGuid:Tongueet:
case HighGuid::Vehicle:
default:
return true;
}
}

bool HasEntry() const { return HasEntry(GetHigh()); }

explicit ObjectGuid(uint64 guid) : _guid(guid) { }

uint64 _guid = 0;
```

I set the entire block to public again, and lo and behold, the scripts compile again—not all of them, but 70% ^^
rektbyfaith
10-06-2025, 11:04 AM #11

Archived author: Crane • Posted: 2025-10-06T11:04:48.896000+00:00
Original source

```c++
//private:
static constexpr bool HasEntry(HighGuid high)
{
switch (high)
{
case HighGuid::Item:
case HighGuid:Tonguelayer:
case HighGuid:Big GrinynamicObject:
case HighGuid::Corpse:
case HighGuid::Mo_Transport:
case HighGuid::Instance:
case HighGuid::Group:
return false;
case HighGuid::GameObject:
case HighGuid::Transport:
case HighGuid::Unit:
case HighGuid:Tongueet:
case HighGuid::Vehicle:
default:
return true;
}
}

bool HasEntry() const { return HasEntry(GetHigh()); }

explicit ObjectGuid(uint64 guid) : _guid(guid) { }

uint64 _guid = 0;
```

I set the entire block to public again, and lo and behold, the scripts compile again—not all of them, but 70% ^^

rektbyfaith
Administrator
0
10-06-2025, 11:30 AM
#12
Archived author: Jinnai • Posted: 2025-10-06T11:30:40.041000+00:00
Original source

TrinityCoreCustomChanges is community driven. Most of the branches are from people from the community. Everyone can submit a fix but no one has to. If its not working for too long, that might be an indicator of missing interest and a reason to remove a branch.
Just because we host it there, doesnt give us any responsibility to keep it working.
rektbyfaith
10-06-2025, 11:30 AM #12

Archived author: Jinnai • Posted: 2025-10-06T11:30:40.041000+00:00
Original source

TrinityCoreCustomChanges is community driven. Most of the branches are from people from the community. Everyone can submit a fix but no one has to. If its not working for too long, that might be an indicator of missing interest and a reason to remove a branch.
Just because we host it there, doesnt give us any responsibility to keep it working.

rektbyfaith
Administrator
0
10-06-2025, 11:31 AM
#13
Archived author: Jinnai • Posted: 2025-10-06T11:31:09.361000+00:00
Original source

see it more as a spotlight place
rektbyfaith
10-06-2025, 11:31 AM #13

Archived author: Jinnai • Posted: 2025-10-06T11:31:09.361000+00:00
Original source

see it more as a spotlight place

Pages (2): Previous 1 2
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)