aboutsummaryrefslogtreecommitdiff
path: root/src/game/Creature.h
diff options
context:
space:
mode:
author_manuel_ <none@none>2010-01-02 19:52:08 -0300
committer_manuel_ <none@none>2010-01-02 19:52:08 -0300
commit0e18bc37c2e391baf540d78126d8f05ec9573f63 (patch)
tree2ffbe4aff25964cfb188651d1caae979bff0cc96 /src/game/Creature.h
parent421189a3cb18ac8aeefbbcab00f37b2415003a8c (diff)
Removed moveflags column from creature_addon and creature_template_addon. Thanks to Zor and raczman.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Creature.h')
-rw-r--r--src/game/Creature.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Creature.h b/src/game/Creature.h
index b3e3a8a4555..efe77737dcd 100644
--- a/src/game/Creature.h
+++ b/src/game/Creature.h
@@ -253,7 +253,6 @@ struct CreatureDataAddon
uint32 bytes1;
uint32 bytes2;
uint32 emote;
- uint32 move_flags;
CreatureDataAddonAura const* auras; // loaded as char* "spell1 eff1 spell2 eff2 ... "
};