8 Commits

Author SHA1 Message Date
Kelsi
701bf71603 Revert "Improve item descriptions"
This reverts commit 9a2310f074.
2026-07-23 20:56:21 -07:00
Kelsi
9a2310f074 Improve item descriptions 2026-07-23 20:40:51 -07:00
Kelsi
955c04e385 fix: stabilize transports and world integration 2026-07-20 03:15:37 -07:00
Kelsi
fd00e90d3d fix addon whispers appearing in chat 2026-07-19 20:49:30 -07:00
Kelsi
a2c886f0ff fix mount footsteps and chat layouts 2026-07-17 14:15:54 -07:00
Kelsi
328fa11c7f fix indoor ambience and whisper parsing 2026-07-17 13:58:33 -07:00
Kelsi
799ab3c72d fix(gameplay): repair barber, unstuck mounts and terrain seams 2026-07-16 21:28:12 -07:00
Kelsi
e16b165512 fix(items): send TARGET_FLAG_ITEM so sharpening stones and oils apply
Item-enhancement consumables cast a spell onto another item, but CMSG_USE_ITEM
only ever wrote a unit or self target, so the server dropped the cast. Using one
now reads the on-use spell's Spell.dbc Targets mask and, when TARGET_FLAG_ITEM is
set, arms a targeting cursor whose next item click sends the use against that
item's GUID.
2026-07-12 09:09:49 -07:00