diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 20:18:18 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-11-08 20:18:18 +0100 |
commit | 20a4c95ffb5a9b018010e7879e2ac17dd8a464a3 (patch) | |
tree | 665a4ca7bdcf96eb8613ec351ceb729ff7272280 | |
parent | 9a7c6d4fb7bb668421122808d621e2ff216f24c0 (diff) |
DB/Creature: Guard Untula should always be female
Closes #20815
-rw-r--r-- | sql/updates/world/3.3.5/2017_11_08_17_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_08_17_world.sql b/sql/updates/world/3.3.5/2017_11_08_17_world.sql new file mode 100644 index 00000000000..b41674ad1c9 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_08_17_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0 WHERE `DisplayID`=18309; |