diff options
author | Killyana <morphone1@gmail.com> | 2018-09-24 00:58:16 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-09-24 00:58:16 +0200 |
commit | 3b520b971f90fc541d316fa9ad2757f7196c4bf0 (patch) | |
tree | f9fc783efae495efb39f8b4f4827b88673c3e55a | |
parent | e2627da5eacfb31abdf916c2cfd7d33b16dca105 (diff) |
DB/Creature: Fix some npcflags and gossips
-rw-r--r-- | sql/updates/world/3.3.5/2018_09_23_07_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_23_07_world.sql b/sql/updates/world/3.3.5/2018_09_23_07_world.sql new file mode 100644 index 00000000000..1e80256d158 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_09_23_07_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `npcflag`=1 WHERE `entry`IN (1735,37589,10676,14369,17827,22258,23101,25078,25093,28209,28210,24956,26547,33642,29778,29143,29145,29728,20165); +UPDATE `creature_template` SET `npcflag`=65537,`type_flags`=134217728 WHERE `entry`=3628; +UPDATE `creature_template` SET `gossip_menu_id`=0 WHERE `entry` IN (5835,21859,5627,17764,25924); |