aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/game/DataStores/DB2Structure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/DataStores/DB2Structure.h b/src/server/game/DataStores/DB2Structure.h
index b4eb05bf73f..cbaa4478fec 100644
--- a/src/server/game/DataStores/DB2Structure.h
+++ b/src/server/game/DataStores/DB2Structure.h
@@ -2439,7 +2439,7 @@ struct LiquidTypeEntry
{
uint32 ID;
char const* Name;
- std::array<char, 6> const* Texture;
+ std::array<char const*, 6> Texture;
uint16 Flags;
uint8 SoundBank; // used to be "type", maybe needs fixing (works well for now)
uint32 SoundID;