normalize includes: zone

This commit is contained in:
brainiac
2025-12-18 00:59:27 -08:00
committed by Alex
parent 552a908f92
commit 7fe49b5630
278 changed files with 2431 additions and 2901 deletions
+1 -4
View File
@@ -1,5 +1,4 @@
#ifndef AA_H
#define AA_H
#pragma once
#define MAX_SWARM_PETS 12 //this can change as long as you make more coords (swarm_pet_x/swarm_pet_y)
#define WAKE_THE_DEAD_NPCTYPEID 500 //We use first pet in pets table as a template
@@ -1556,5 +1555,3 @@ enum AATimers
aaTimerWarcry,
aaTimerMax
};
#endif