DB/Misc: Megzeg Nukklebust

By @tkrokli

Closes #14863
This commit is contained in:
Dr-J
2015-06-11 19:30:06 +01:00
parent f166dc3cab
commit f5530c719b

View File

@@ -0,0 +1,4 @@
-- Set correct npcflag for NPC ID 21283, Megzeg Nukklebust
-- He is neither a vendor nor repair NPC
UPDATE `creature_template` SET `npcflag` = 3 WHERE `entry`= 21283;
UPDATE `creature_template_addon` SET `bytes2` = 257 WHERE `entry`= 21283;