diff options
-rw-r--r-- | sql/updates/world/2015_06_11_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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; |