CraftedRO
CraftedRO
first update your database and core to 6f835c233f7605d74926a2a3058634c9de478617
well for me it works, have you restarted your server after applying the fix ? https://user-images.githubusercontent.com/24683355/212182683-79f631cb-f7d5-4c8b-b52d-60a8e4b94350.mp4
don't close it, It haven't been merged
well if sheath is now old bytes2 Killyana told me : > If the npc must have the melee weapon on hand OOC put bytes2=1 otherwise 0 so I guess...
@Ovahlord something is wrong even with errors descriptions: creature_addon doesn't even have entry table maybe they were messed up ?
so all those errors are about creature_addon table and they're all reffering to guid-s ?
as I already said the errors description were messed up dude If they were all creature_addon guid related errors my fix shoud deal with but they're not... ```sql UPDATE `creature_addon`...
the othe table is creature_templete_addon is using entry and template_addon is using guid-s kek well meh I need to revert db back now :D
nope because that fix was made checking every npc by guid, now the first row is entry so are totally different things
this is my final fix I also found a cosmetic issue on one npc but Il fix it separately ```sql UPDATE `creature_template_addon` SET `SheathState`=0 WHERE `entry` IN (11280,30731,32643,34045); UPDATE `creature_template_addon`...