diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2021-10-03 11:43:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-03 11:43:09 +0200 |
| commit | 05098e2e1c04925092ccac3f567eae6d066371e6 (patch) | |
| tree | 937e8701174438d4523148b90e79b0cb1a80fa78 | |
| parent | edbc29166ba04c9ad6dd66dd34b8c593f9a9bd64 (diff) | |
DB/NPC: Old Item Upgrade NPCs
closes #27014 by xXBentRealityXx
| -rw-r--r-- | sql/updates/world/master/2021_10_03_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_03_01_world.sql b/sql/updates/world/master/2021_10_03_01_world.sql new file mode 100644 index 00000000000..582a11d8ed2 --- /dev/null +++ b/sql/updates/world/master/2021_10_03_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `subname` = '' WHERE `entry` IN (68979, 68980); |
