diff options
| author | Killyana <morphone1@gmail.com> | 2019-01-10 15:07:09 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-01-10 15:07:09 +0100 |
| commit | b7a3affc0c461cf05fe2fb2380ac358cc90799e0 (patch) | |
| tree | f4961ea1c0eb4fdb20474fe23ae5863e60261f5c | |
| parent | 33f61bd57ef942c4d2d79d5ed018d70ec564461b (diff) | |
DB/Creature: Remove wrong gossips
Ref #22912
| -rw-r--r-- | sql/updates/world/3.3.5/2019_01_10_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_01_10_03_world.sql b/sql/updates/world/3.3.5/2019_01_10_03_world.sql new file mode 100644 index 00000000000..fcd7ac5c05a --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_10_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `gossip_menu_id`=0 WHERE `entry` = 733; +UPDATE `creature_template` SET `gossip_menu_id`=0, `npcflag` = `npcflag`&~1 WHERE `entry` = 3139; |
