[7286] Remove unused local variable.

This commit is contained in:
VladimirMangos 2009-02-16 17:24:18 +03:00
parent 8dc3586889
commit d47ab7e032
2 changed files with 1 additions and 2 deletions

View file

@ -4083,7 +4083,6 @@ GossipText const *ObjectMgr::GetGossipText(uint32 Text_ID) const
void ObjectMgr::LoadGossipText() void ObjectMgr::LoadGossipText()
{ {
GossipText *pGText;
QueryResult *result = WorldDatabase.Query( "SELECT * FROM npc_text" ); QueryResult *result = WorldDatabase.Query( "SELECT * FROM npc_text" );
int count = 0; int count = 0;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "7285" #define REVISION_NR "7286"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__