diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-06-11 19:30:06 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-06-11 19:30:06 +0100 |
commit | f5530c719b71309bd476aff528b0d3e1220ca49b (patch) | |
tree | dd83881a34439a48d1c92c2a6f2a9e75cd282896 | |
parent | f166dc3cab3f5325984c9f0fcf9ed1406ae6eae6 (diff) |
DB/Misc: Megzeg Nukklebust
By @tkrokli
Closes #14863
-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; |