diff options
| author | Killyana <morphone1@gmail.com> | 2017-12-22 20:20:14 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-04-15 05:53:27 +0200 |
| commit | 2e828b402683f9296489f13123edd763dc1fd9d7 (patch) | |
| tree | 861d7edc9909f852ea3c216215a5914188d9ed6d /sql/updates | |
| parent | bddd58d469e3afeeda1d972e2e4384f37ee4e3be (diff) | |
Scripts/Stratholme: Fix a DB error
Ref #20749
(cherry picked from commit be56a4669e6f1b1d34a9a1e2ed19b627e1263cfb)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_03_18_04_world_2017_12_21_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_03_18_04_world_2017_12_21_02_world.sql b/sql/updates/world/master/2021_03_18_04_world_2017_12_21_02_world.sql new file mode 100644 index 00000000000..b7fece8a3cb --- /dev/null +++ b/sql/updates/world/master/2021_03_18_04_world_2017_12_21_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `npcflag` = `npcflag` | 2 WHERE `entry` = 16031; |
