hi,
when did you last tried the debug build? long time ago right?
packet_dump_file.cpp doesnt compile until you move the <../common/debug.h> below the <iomanip> include.
Code:
#include <iostream>
#include <fstream>
#include <iomanip>
#include "../common/debug.h"
and you are missing a >>break<< in spells.cpp near line 3135. but as long as no one casts that sort of spell you're safe.
perhaps more later ...
good job devs!
