Looking4Group / L4G_Core

Looking4Group Core
http://looking4group.eu
GNU General Public License v2.0
37 stars 69 forks source link

Darkmoon Faire merchants #2716

Closed Xadras closed 8 years ago

Xadras commented 8 years ago

Originally reported by: Anonymous


The Darkmoon Faire merchants are ingame and restock their goods on server crashes.

Since you removed all the other NPCs which sell motes and stuff for exactly that reason, I would suggest to either add them back or remove https://www.burning-crusade.com/database/?npc=14846 and https://www.burning-crusade.com/database/?npc=14847 .

I'm not quite if this is intended, because Anonx already changed that one month ago.


Xadras commented 8 years ago

Original comment by Anon X (Bitbucket: Anonx, GitHub: Anonx):


U 26.07.16

Xadras commented 8 years ago

Original comment by Anon X (Bitbucket: Anonx, GitHub: Anonx):


#!sql
-- https://bitbucket.org/looking4group_b2tbc/looking4group/issues/2453/darkmoon-faire-merchants
--
-- Lhara <Darkmoon Faire Exotic Goods>
UPDATE `creature_template` SET `npcflag`='1' WHERE `entry` IN ('14846'); -- 129
-- Professor Thaddeus Paleo <Darkmoon Faire Cards & Exotic Goods>
UPDATE `creature_template` SET `npcflag`='3' WHERE `entry` IN ('14847'); -- 131

Issue #2453 was marked as a duplicate of this issue.