From 3f731b8c7f1227eb9a97b983f42f77aaf1b734c1 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 16 Feb 2009 20:14:45 -0600 Subject: [7287] Remove wrong implementation for spell 37573 dummy effect. It better implement in scripts anyway. Author: NoFantasy *Note: this requires the import of SD2 script patch otherwise this spell will have no effect. [7286] Remove unused local variable. Author: VladimirMangos --HG-- branch : trunk --- src/game/ObjectMgr.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/ObjectMgr.cpp') diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 7b4c2447c2c..35302bc867b 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -4198,7 +4198,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; -- cgit v1.2.3