diff options
author | Killyana <morphone1@gmail.com> | 2019-01-09 18:06:30 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-01-09 18:06:30 +0100 |
commit | 9e069a2f6937154e7c9113e9f721be64486fc46c (patch) | |
tree | 79b07d8dc7f3739f8b1eda1379bfdb46efb83955 | |
parent | 5e73647c84338705a2b45b95705c08ea4a5e2668 (diff) |
DB/Creature: Add missing npc_flag hasgossip to some creatures Part4
Ref #22912
-rw-r--r-- | sql/updates/world/3.3.5/2019_01_09_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_01_09_03_world.sql b/sql/updates/world/3.3.5/2019_01_09_03_world.sql new file mode 100644 index 00000000000..81c44f8eefb --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_09_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry` IN (10162,25754,23143,31115); +UPDATE `creature_template` SET `gossip_menu_id`=8310, `npcflag`=`npcflag`|1 WHERE `entry` IN (20977,21602); |