Skip to content

Instantly share code, notes, and snippets.

@DasBlub
Created October 13, 2010 18:40
Show Gist options
  • Save DasBlub/624612 to your computer and use it in GitHub Desktop.
Save DasBlub/624612 to your computer and use it in GitHub Desktop.
SD2: fix compile warning
Index: scripts/northrend/azjol-nerub/azjol-nerub/azjol-nerub.h
===================================================================
--- scripts/northrend/azjol-nerub/azjol-nerub/azjol-nerub.h (revision 1841)
+++ scripts/northrend/azjol-nerub/azjol-nerub/azjol-nerub.h (working copy)
@@ -45,7 +45,7 @@
void SetData(uint32 uiType, uint32 uiData);
const char* Save() { return strInstData.c_str(); }
void Load(const char* chrIn);
- void Update(const uint32 uiDiff);
+ void Update(uint32 uiDiff);
void DoSendWatcherOrKrikthir();
protected:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment