Added spell links to interrupt and fizzle messages

This commit is contained in:
dannuic
2026-04-19 23:07:02 -06:00
parent af06fb703c
commit 0e0162edc0
5 changed files with 53 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
//
// Created by dannu on 4/18/2026.
//
#pragma once
namespace Links
{
constexpr char ITEM_TAG_CHAR = '\x12';
std::string FormatSpellLink(uint32_t SpellID, const std::string& SpellName);
}