From 6d396eb615062cabfccfed83d7aecc1959f6a0c4 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 20 Feb 2014 02:24:19 +0100 Subject: DB/Creature: Commander Hogarth must be male human. Closes #11581 --- sql/updates/world/2014_02_20_02_world_creature.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_02_20_02_world_creature.sql (limited to 'sql') 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; -- cgit v1.2.3