From 261e75c9cf048b450e82e75cb884581c029613d3 Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Fri, 24 Jul 2009 22:42:17 +0200 Subject: 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 --- src/shared/Errors.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/shared') 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 -- cgit v1.2.3