please, can we add thread prefix's for the 4.3.4 - Database Fixes [EmuCoach Repack - Unofficial fixes] for example [QUEST] [ITEM] [NPC] [LOOT], etc so that people can easily tell what is being fixed?
According to Zygor Guides for 4.3.4 the quest Demonic Thieves should be available at level 2, not level 3
but according to WoWHead it is a level 3 quest.
this fix is if you want people who use zygor guides to be able to follow there guide correctly
update to fix accordingly.
UPDATE...
According to Zygor Guides and WoWHead for 4.3.4 the quest Teldrassil: The Refusal of the Aspects should be available at level 5, not level 6
update to fix accordingly.
UPDATE `quest_template` SET `Level`='5' WHERE `Id`=929;
All the Shadowglen Sentinel's appear dead again so reposting this for it to be fixed again
UPDATE `creature_template` SET `Health_mod` = 1 WHERE `entry` = 12160;
trying to make a custom mount
i know how to change a mounts model ID and name, so when learnt it displays what i want,
but i dont want to remove that mount from the game,
for example
UPDATE `creature_template` SET `name`='Traveler Carriage' WHERE `entry`=27684; -- item 37719
UPDATE...