mod-guildhouse icon indicating copy to clipboard operation
mod-guildhouse copied to clipboard

Fix Compile Issue and Update Trainers/SQL

Open SoulSeekkor opened this issue 2 years ago • 3 comments

This removes the useless innkeeper and includes various other tweaks to the trainers. See commits for full details. This fixes #38.

SoulSeekkor avatar Feb 07 '23 00:02 SoulSeekkor

Can you explain why the Innkeeper is useless? It will be used to set Hearthstone location right? that seems useful

Edit: Well okey you can teleport there with chat command anyway, so indeed useless.

dedmen avatar Oct 31 '23 13:10 dedmen

Seems Notepad++ must have done me dirty with the indentation... I've committed the suggestions (let me know if I didn't do it properly, I'm not well-versed with GitHub flows). Please review and merge if possible, once this module is up to date with my own version again I can maybe look at some of the other requests such as custom IDs, especially since I'll have some free time this week. Thanks!

SoulSeekkor avatar Nov 20 '23 16:11 SoulSeekkor

You could've merged them in one batch instead of several.

You only merged half of my suggestions. If you click "Expand" above between my outdated ones, there are more

CI errors

Script named 'GuildHouseSeller' is not assigned in the database. Script named 'GuildHouseSpawner' is not assigned in the database.

I don't know what that means

Also

This fixes https://github.com/azerothcore/mod-guildhouse/issues/38.

But, 38 has already been fixed by #40. Actually I'm not sure how this PR can exists without merge conflict, when its changing GetGOData to GetGameObjectData, even though GetGameObjectData isn't even in the code anymore.

dedmen avatar Nov 27 '23 17:11 dedmen