mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
4
sql/updates/world/2015_06_11_00_world.sql
Normal file
4
sql/updates/world/2015_06_11_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user