diff options
Diffstat (limited to 'src/resources/db/npcdb.h')
-rw-r--r-- | src/resources/db/npcdb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/db/npcdb.h b/src/resources/db/npcdb.h index 9614c2052..75215e0dd 100644 --- a/src/resources/db/npcdb.h +++ b/src/resources/db/npcdb.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef RESOURCES_NPCDB_H -#define RESOURCES_NPCDB_H +#ifndef RESOURCES_DB_NPCDB_H +#define RESOURCES_DB_NPCDB_H #include <stdint.h> @@ -47,4 +47,4 @@ namespace NPCDB void loadXmlFile(const std::string &fileName); } // namespace NPCDB -#endif // RESOURCES_NPCDB_H +#endif // RESOURCES_DB_NPCDB_H |