mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[12065] Fix various warnings
This commit is contained in:
parent
5f4d61928f
commit
84080ee5d3
27 changed files with 91 additions and 89 deletions
|
|
@ -368,12 +368,12 @@ class ScriptAction
|
|||
void HandleScriptStep();
|
||||
|
||||
private:
|
||||
const char* m_table; // of which table the script was started
|
||||
Map* m_map; // Map on which the action will be executed
|
||||
ObjectGuid m_sourceGuid;
|
||||
ObjectGuid m_targetGuid;
|
||||
ObjectGuid m_ownerGuid; // owner of source if source is item
|
||||
const char* m_table; // of which table the script was started
|
||||
ScriptInfo const* m_script; // pointer to static script data
|
||||
Map* m_map; // Map on which the action will be executed
|
||||
|
||||
// Helper functions
|
||||
bool GetScriptCommandObject(const ObjectGuid guid, bool includeItem, Object*& resultObject);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue