Finished ClientVersion naming conventions (don't forget to copy the renamed patch_UF.conf file)

This commit is contained in:
Uleat
2015-01-27 05:09:35 -05:00
parent fab3a988ae
commit 4832acde0b
52 changed files with 479 additions and 489 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
#include "patches.h"
#include "titanium.h"
#include "underfoot.h"
#include "uf.h"
#include "sof.h"
#include "sod.h"
#include "rof.h"
@@ -13,7 +13,7 @@ void RegisterAllPatches(EQStreamIdentifier &into) {
Titanium::Register(into);
SoF::Register(into);
SoD::Register(into);
Underfoot::Register(into);
UF::Register(into);
RoF::Register(into);
RoF2::Register(into);
}
@@ -22,7 +22,7 @@ void ReloadAllPatches() {
Titanium::Reload();
SoF::Reload();
SoD::Reload();
Underfoot::Reload();
UF::Reload();
RoF::Reload();
RoF2::Reload();
}