aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2014-11-13 22:52:30 -0500
committerKinzcool <kinzzcool@hotmail.com>2014-11-13 22:52:30 -0500
commit30b1873635e5ae6a7a5b5dc73944b574bf43bf34 (patch)
treef9645bf51fbda037d00f2e827ec76e457fbac50e /src
parentb08b54c8bba4644253bbc89559a36f4e8e8bfc88 (diff)
Core/DBCs: Changed WorldSafeLocs' structure back to what it was before 63a74998380fab2
Diffstat (limited to 'src')
-rw-r--r--src/server/game/DataStores/DBCfmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/DataStores/DBCfmt.h b/src/server/game/DataStores/DBCfmt.h
index 640d10aae19..f6787b6cca1 100644
--- a/src/server/game/DataStores/DBCfmt.h
+++ b/src/server/game/DataStores/DBCfmt.h
@@ -170,6 +170,6 @@ char const VehicleSeatEntryfmt[] = "niiffffffffffiiiiiifffffffiiifffiiiiiiiffiii
char const WMOAreaTableEntryfmt[] = "niiixxxxxiixxxx";
char const WorldMapAreaEntryfmt[] = "xinxffffixxxxx";
char const WorldMapOverlayEntryfmt[] = "nxiiiixxxxxxxxx";
-char const WorldSafeLocsEntryfmt[] = "niffff";
+char const WorldSafeLocsEntryfmt[] = "niffffx";
#endif