mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[7286] Remove unused local variable.
This commit is contained in:
parent
8dc3586889
commit
d47ab7e032
2 changed files with 1 additions and 2 deletions
|
|
@ -4083,7 +4083,6 @@ GossipText const *ObjectMgr::GetGossipText(uint32 Text_ID) const
|
|||
|
||||
void ObjectMgr::LoadGossipText()
|
||||
{
|
||||
GossipText *pGText;
|
||||
QueryResult *result = WorldDatabase.Query( "SELECT * FROM npc_text" );
|
||||
|
||||
int count = 0;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7285"
|
||||
#define REVISION_NR "7286"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue