CraftedRO

Results 400 comments of CraftedRO

> Please stop copying code from other projects, write your own fixes that's how opensource works, in case you're late with the latest news, our licenses are now equal.

> But we don't need you to copy stuff from other projects. pretty sure "we" is not properly used in that sentence because I actually asked about this thing before,...

if you ask like that I'm tempted to make fun of your question because it's obviously bad intended and first answer woud be smth like: nothing just like all you...

close enough: Table `gossip_menu_option` for menu 10073, id 0 use non-existing ActionPoiID 2196, ignoring Table `gossip_menu_option` for menu 10073, id 1 use non-existing ActionPoiID 2194, ignoring probably smth like this:...

Idk same value already exist with other id, I guess both options are valable: ```sql SELECT * FROM `points_of_interest` WHERE `ID` IN (137,138); (`ID`, `PositionX`, `PositionY`, `Icon`, `Flags`, `Importance`, `Name`,...

if you want you can sniff the innkeeper gossip too and if it have different id then we have to insert new values too

then I guess we have to use (137,138) to save few kb of database size and it seems blizzard devs are not so dumbs as I thought afterall :smirk:

As you can see, I'm the only responsible person left here, so feel free to contribute.

we can combine that with something like this to get the expected result : ```sql DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 47938)...