mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 14:05:55 +00:00
Another big repo refactoring, should be latest
I've restored old paths for scripts and flattened the src structure
This commit is contained in:
23
src/scripts/EasternKingdoms/ShadowfangKeep/shadowfang_keep.h
Normal file
23
src/scripts/EasternKingdoms/ShadowfangKeep/shadowfang_keep.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
REWRITTEN BY XINEF
|
||||
*/
|
||||
|
||||
#ifndef DEF_SHADOWFANG_H
|
||||
#define DEF_SHADOWFANG_H
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
TYPE_COURTYARD = 0,
|
||||
TYPE_FENRUS_THE_DEVOURER = 1,
|
||||
TYPE_WOLF_MASTER_NANDOS = 2,
|
||||
MAX_ENCOUNTERS = 3
|
||||
};
|
||||
|
||||
enum GameObjects
|
||||
{
|
||||
GO_COURTYARD_DOOR = 18895,
|
||||
GO_SORCERER_DOOR = 18972,
|
||||
GO_ARUGAL_DOOR = 18971
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user