Scripts/Misc: random fixes

This commit is contained in:
MitchesD
2014-06-14 17:48:47 +02:00
parent 2d5b54a69d
commit 86b3298a47
21 changed files with 50 additions and 84 deletions
+3 -3
View File
@@ -387,7 +387,7 @@ public:
void AddSC_guards()
{
new guard_generic;
new guard_shattrath_aldor;
new guard_shattrath_scryer;
new guard_generic();
new guard_shattrath_aldor();
new guard_shattrath_scryer();
}