Skip to content

Instantly share code, notes, and snippets.

@yuanf225
yuanf225 / ArenaReplay.cpp
Created January 23, 2023 10:10 — forked from Romain-P/ArenaReplay.cpp
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>