SkyFireArchives / SkyFireDB

This Repository will no longer be updated. Download here.
http://www.projectskyfire.org/index.php?/files/file/1-skyfiredb-release11zip/
GNU General Public License v3.0
100 stars 52 forks source link

Npc selling a spell for high money #197

Open kem008 opened 11 years ago

kem008 commented 11 years ago

I found an npc in the Tauren starting zone and he is selling this spell http://www.wowhead.com/spell=774 for 9 gold this npc http://www.wowhead.com/npc=3060 WoWScrnShot_032213_192440

kem008 commented 11 years ago

I have fixed :D UPDATE npc_trainer SET spellcost=100 WHERE entry=3060

AriDEV commented 10 years ago

your fix is INCORECT u just Screw all 3 spells of the trainer with your bad fix.

-- Correct Fix
UPDATE npc_trainer SET spellcost=60 WHERE entry=3060 AND spell=774;