diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-06-06 16:08:25 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-06-06 16:08:25 +0200 |
commit | cac4f95976989a70fc7f5b50f0d76100300af067 (patch) | |
tree | 0d7f2a78a36ca0371a8c6d56d0e6675dfed36576 | |
parent | 221a874d707d0a9982db230cb3db524eb9e879c0 (diff) |
DB/Creature: Demon trainers
By Killyana, closes #12559
-rw-r--r-- | sql/updates/world/2015_06_06_13_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_06_06_13_world_335.sql b/sql/updates/world/2015_06_06_13_world_335.sql new file mode 100644 index 00000000000..01801523945 --- /dev/null +++ b/sql/updates/world/2015_06_06_13_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `gossip_menu_id`=0 WHERE `entry`IN (23535, 5753, 5750, 5749, 16649, 16267, 15494, 5815, 6027, 12776, 6374, 5520, 6382, 6328, 6373, 6376); +UPDATE `creature_template` SET `npcflag`=0 WHERE `entry`IN (16267, 6328, 6373, 15494, 6374); +UPDATE `creature_template` SET `npcflag`=2 WHERE `entry`IN (6027, 5753, 5750, 5520, 6376, 6382, 12776, 5749, 5815, 16649, 23535); |