diff options
| author | Shauren <shauren.trinity@gmail.com> | 2020-08-13 14:15:26 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-08-13 14:15:26 +0200 |
| commit | 2c99678118798279372f17d4bb5f5a88ac95c413 (patch) | |
| tree | 8e69cc8b4ab1025b5bb62ed0d2da7406d53f869c /sql | |
| parent | 5a6970e5564cb0b41a21208b165501bcff822189 (diff) | |
Core/PacketIO: Send the expected value in available hotfixes packet - realm address, not arbitrary number (it no longer has any effect for clearing client cache)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2020_08_13_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_13_00_world.sql b/sql/updates/world/master/2020_08_13_00_world.sql new file mode 100644 index 00000000000..c0bb73b91d7 --- /dev/null +++ b/sql/updates/world/master/2020_08_13_00_world.sql @@ -0,0 +1 @@ +ALTER TABLE `version` DROP `hotfix_cache_id`; |
