aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Errors.h
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-07-24 22:42:17 +0200
committerKudlaty <none@none>2009-07-24 22:42:17 +0200
commit261e75c9cf048b450e82e75cb884581c029613d3 (patch)
tree133e777d1382ed24e31d1a91b735ce7a5c65320b /src/shared/Errors.h
parentf867cb85bd9672dc25640c4939066716a72202f1 (diff)
Merge [SD2]
r1100 Added basic AI definitions for boss sartharion (with adds, using a common AI for certain events) and intro calling drakes r1101 Correcting a few details and simplify call drakes for boss sartharion Add boss and mini-boss' abilities and add more common events to common drakes AI r1102 Drop support for Windows VC71 (2003) (ref Mangos rev 7865) r1103 Added support for quest 6481 (summon npc 11920) r1104 Restore compile after change in OnCreatureCreate(). Require Mangos 7871+ - skip (we don't merge 7871?) r1105 Remove code related to taunt immune. creature_template.flags_extra(CREATURE_FLAG_EXTRA_NOT_TAUNTABLE) must be used instead where creature should always be immune. --HG-- branch : trunk
Diffstat (limited to 'src/shared/Errors.h')
-rw-r--r--src/shared/Errors.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/Errors.h b/src/shared/Errors.h
index 5cfd109ee01..992b1752a0f 100644
--- a/src/shared/Errors.h
+++ b/src/shared/Errors.h
@@ -23,10 +23,6 @@
#include "Common.h"
-#ifndef HAVE_CONFIG_H
-#define HAVE_ACE_STACK_TRACE_H 1
-#endif
-
#ifdef HAVE_ACE_STACK_TRACE_H
#include "ace/Stack_Trace.h"
#endif