aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Database/DBCStructure.h
diff options
context:
space:
mode:
authorQAston <none@none>2008-11-30 22:38:37 +0100
committerQAston <none@none>2008-11-30 22:38:37 +0100
commit22af4b1c96642dfff4fa8621f64736e845584f72 (patch)
treeb069e92209d48bbaa831f8c7a2210227956164e3 /src/shared/Database/DBCStructure.h
parentd963119433ac732923427362cd2f8c35ccd63eaf (diff)
*Implemented range flag from SpellRange.dbc
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStructure.h')
-rw-r--r--src/shared/Database/DBCStructure.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h
index dde32406b94..a84b119664d 100644
--- a/src/shared/Database/DBCStructure.h
+++ b/src/shared/Database/DBCStructure.h
@@ -686,6 +686,7 @@ struct SpellRangeEntry
uint32 ID;
float minRange;
float maxRange;
+ uint32 flags;
};
struct SpellShapeshiftEntry