Skip to content

Instantly share code, notes, and snippets.

@Vincent-Michael
Created December 17, 2015 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vincent-Michael/b580133b8e24a691680c to your computer and use it in GitHub Desktop.
Save Vincent-Michael/b580133b8e24a691680c to your computer and use it in GitHub Desktop.
diff --git a/src/server/game/Globals/ObjectMgr.h b/src/server/game/Globals/ObjectMgr.h
index 396be44..f557c04 100644
--- a/src/server/game/Globals/ObjectMgr.h
+++ b/src/server/game/Globals/ObjectMgr.h
@@ -57,7 +57,7 @@ struct PlayerLevelInfo;
struct PageText
{
std::string Text;
- uint16 NextPage;
+ uint32 NextPage;
};
/// Key for storing temp summon data in TempSummonDataContainer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment