Skip to content

Instantly share code, notes, and snippets.

@Romain-P
Romain-P / ArenaReplay.cpp
Last active August 29, 2024 16:54
Arena Replay Module for AzerothCore - Wow wotlk 3.3.5a
//
// Created by romain-p on 17/10/2021.
//
#include "Player.h"
#include "Opcodes.h"
#include "Battleground.h"
#include "BattlegroundMgr.h"
#include "ScriptMgr.h"
#include <unordered_map>