diff options
author | Anubisss <none@none> | 2009-05-01 21:21:14 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-05-01 21:21:14 +0200 |
commit | 70ab91dda6fb47c086ebcd7e0c8a794c152104ba (patch) | |
tree | 13dcb6d7ff6f13e6992913be68fdbc01cebef53b | |
parent | 13e82f8b71ab694f4eea18e21e87adbfe867d679 (diff) |
*Add a placeholder for naxx's def file.
--HG--
branch : trunk
-rw-r--r-- | src/bindings/scripts/scripts/zone/naxxramas/def_naxxramas.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/bindings/scripts/scripts/zone/naxxramas/def_naxxramas.h b/src/bindings/scripts/scripts/zone/naxxramas/def_naxxramas.h new file mode 100644 index 00000000000..303faee7d70 --- /dev/null +++ b/src/bindings/scripts/scripts/zone/naxxramas/def_naxxramas.h @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2009 Trinity <http://www.trinitycore.org/> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef DEF_NAXXRAMAS_H +#define DEF_NAXXRAMAS_H +#endif + |