diff options
author | Shauren <shauren.trinity@gmail.com> | 2021-12-05 22:29:43 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-05 22:29:43 +0100 |
commit | c9c97253ac1bd07eaa79c9c8c9b3057c2062ca7b (patch) | |
tree | 037ac986e15fca330d054f541b4fd414a708cfa1 | |
parent | fd030069f79adeb420564386f48198e50e4d37f8 (diff) |
DB/Blackrock Depths: Permanently replace Princess Moira Bronzebeard with High Priestess of Thaurissan
-rw-r--r-- | sql/updates/world/master/2021_12_05_33_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_33_world.sql b/sql/updates/world/master/2021_12_05_33_world.sql new file mode 100644 index 00000000000..48154d7e7f4 --- /dev/null +++ b/sql/updates/world/master/2021_12_05_33_world.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `id`=10076 WHERE `id`=8929 AND `map`=230; |