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>
root@VM-0-8-ubuntu:/home/azerothcore-wotlk-master# mkdir build
root@VM-0-8-ubuntu:/home/azerothcore-wotlk-master# cd build/
root@VM-0-8-ubuntu:/home/azerothcore-wotlk-master/build# cmake ../ -DCMAKE_INSTALL_PREFIX=/home/server/ -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DWITH_WARNINGS=1 -DTOOLS=1 -DSCRIPTS=static
-- CMake version: 3.16.3
-- The CXX compiler identification is Clang 10.0.0
-- The C compiler identification is Clang 10.0.0
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done