diff options
| author | ModoX <moardox@gmail.com> | 2022-06-10 12:57:44 +0200 |
|---|---|---|
| committer | ModoX <moardox@gmail.com> | 2022-06-10 13:19:38 +0200 |
| commit | 865b5ad359eef99e72f8963e7e9168d5e1155221 (patch) | |
| tree | 53f5903ff624364df570373da5d684f0d73455b2 | |
| parent | a89fe30b41f8a1b556d3a9ee9da41e32189f056f (diff) | |
DB/Gossip: Fixed probability for default gossip menu text
| -rw-r--r-- | sql/updates/world/master/2022_06_10_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_06_10_00_world.sql b/sql/updates/world/master/2022_06_10_00_world.sql new file mode 100644 index 00000000000..23c2b6a930f --- /dev/null +++ b/sql/updates/world/master/2022_06_10_00_world.sql @@ -0,0 +1 @@ +UPDATE `npc_text` SET `Probability0`=1 WHERE `ID`=0xffffff; |
