Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Npc selling a spell for high money #197

Open
iceman-twitch opened this issue Mar 22, 2013 · 2 comments
Open

Npc selling a spell for high money #197

iceman-twitch opened this issue Mar 22, 2013 · 2 comments

Comments

@iceman-twitch
Copy link

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

@iceman-twitch
Copy link
Author

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

@AriDEV
Copy link

AriDEV commented Nov 14, 2013

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants