diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-04-25 14:16:35 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-04-25 14:16:35 +0200 |
| commit | 99ec5076a9a9d2f5ebe2f2909f50c3747a684146 (patch) | |
| tree | 055adc792b15094292c29ca77e449baa2a5b50e3 | |
| parent | aa9129f55d2a495d0d1ff8716c1b8c8ee9768c85 (diff) | |
DB/Creature: Force martyr stalker reputation to be invisible
Closes #17036
| -rw-r--r-- | sql/updates/world/3.3.5/2016_04_25_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_04_25_00_world.sql b/sql/updates/world/3.3.5/2016_04_25_00_world.sql new file mode 100644 index 00000000000..2c603dc5d64 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_04_25_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `modelid`=11686 WHERE `id`=39010; |
