mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 13:02:59 +00:00
12 lines
199 B
C++
12 lines
199 B
C++
//
|
|
// 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);
|
|
}
|