diff options
author | Killyana <morphone1@gmail.com> | 2019-01-09 18:06:30 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-18 23:00:35 +0100 |
commit | 4c838dcb175fc8d1926f9e5d35d6a44ec1f06db3 (patch) | |
tree | caf677664e1ba34eb57a45da80df4e87a61a6ca9 | |
parent | 7fe844a1e87e5eb047c0d21679f21d8edb11517f (diff) |
DB/Creature: Add missing npc_flag hasgossip to some creatures Part4
Ref #22912
(cherry picked from commit 9e069a2f6937154e7c9113e9f721be64486fc46c)
-rw-r--r-- | sql/updates/world/master/2021_11_18_09_world_2019_01_09_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_18_09_world_2019_01_09_03_world.sql b/sql/updates/world/master/2021_11_18_09_world_2019_01_09_03_world.sql new file mode 100644 index 00000000000..81c44f8eefb --- /dev/null +++ b/sql/updates/world/master/2021_11_18_09_world_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); |