From f5530c719b71309bd476aff528b0d3e1220ca49b Mon Sep 17 00:00:00 2001 From: Dr-J Date: Thu, 11 Jun 2015 19:30:06 +0100 Subject: DB/Misc: Megzeg Nukklebust By @tkrokli Closes #14863 --- sql/updates/world/2015_06_11_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_06_11_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_06_11_00_world.sql b/sql/updates/world/2015_06_11_00_world.sql new file mode 100644 index 00000000000..2e5e4786c13 --- /dev/null +++ b/sql/updates/world/2015_06_11_00_world.sql @@ -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; -- cgit v1.2.3