diff options
| author | Killyana <morphone1@gmail.com> | 2015-09-08 23:29:13 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-09-08 23:29:13 +0200 |
| commit | 90ef83ad052892ee3df56ccb9af9594b0dd8932f (patch) | |
| tree | 642458ed7c282b88be161371150ad8bf3cbf1aea | |
| parent | ab5ecb74705029d435d4992ab57055f93bc53318 (diff) | |
DB/Gossip: Fix gossip menus with only one special option
| -rw-r--r-- | sql/updates/world/2015_09_08_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_08_02_world.sql b/sql/updates/world/2015_09_08_02_world.sql new file mode 100644 index 00000000000..5fbf0df3488 --- /dev/null +++ b/sql/updates/world/2015_09_08_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `type_flags`=`type_flags`|134217728 WHERE `npcflag`>16 AND `gossip_menu_id`!= 0; |
