diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-20 02:24:19 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-20 02:24:19 +0100 |
| commit | 6d396eb615062cabfccfed83d7aecc1959f6a0c4 (patch) | |
| tree | dbfbdd9f0d76d758fd67ea3e3671edde8f17d504 | |
| parent | 537a6df782382c0a812baa24351c672e082691f6 (diff) | |
DB/Creature: Commander Hogarth must be male human.
Closes #11581
| -rw-r--r-- | sql/updates/world/2014_02_20_02_world_creature.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_20_02_world_creature.sql b/sql/updates/world/2014_02_20_02_world_creature.sql new file mode 100644 index 00000000000..7a81afa2631 --- /dev/null +++ b/sql/updates/world/2014_02_20_02_world_creature.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `modelid`=16502 WHERE `guid`=71031 and `id`=19937; |
