Sarjuuk

Results 8 issues of Sarjuuk

just saying. including but not limited to: * ref-loot resolved incorrectly * item-sources assigned to specific sources but dropped from multiples * loot modes of creatures handled, but displayed as...

Bug

to investigate: requesting link: `?profile=eu.pure-pwnage.P%C3%BBpp%C3%AF` server response: ```js $WowheadPower.registerProfile('eu.pure-pwnage.p%C3%BBpp%C3%AF', 0, { "name_enus": "Pûppï the Light of Dawn", "tooltip_enus": "Pûppï the Light of Dawn<Rebørn>Level 80 Blood Elf Priest", "icon": $WH.g_getProfileIcon(10, 5,...

Bug

https://trinitycore.info/en/database/335/world/npc_spellclick_spells

Feature request

aowow_quests_startend.method and aowow_quests.method are in conflict. should probably rename aowow_quests cols to their updated DBC-referencing names.

Bug

https://github.com/TrinityCore/TrinityCore/commit/91dcae540ea8c7ecfe5794b9020fe93173b42102 https://github.com/TrinityCore/TrinityCore/commit/5e691c0d5f5fdc9f45d5c06525f6c0334ff0818e waiting for monthly DB dump https://github.com/TrinityCore/TrinityCore/pull/28879 also exists, but no port to 335 has been done yet.

Dependency

Seen with spell 50, which has a numeric name_loc8 and description_loc8 (faulty translation?) more relevant examples: spell: 50246, 50242 are named '01001000', '1000001' which is interpreted as octal notation https://github.com/Sarjuuk/aowow/blob/830edb8265a9f43775b99b84d15f3d25243e9d18/includes/components/dbtypelist.class.php#L174-L185...

Bug

`world`.`waypoints`.`entry` may be arbitrary and assigned to any creature via SAI during runtime. This implies: * a creature should be able to display multiple, possibly disconnected, paths. * a path...

Feature request

Hi, I'm looking for a replacement to the quite antique [DBSimple ](https://github.com/ivan1986/DbSimple/tree/master) mysql wrapper. The only feature that does not seem to be available out of the box by meekrodb...