diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-24 07:22:46 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-24 07:22:46 +0200 |
commit | 38381f9ab2128e6a8c76591eff4695811a8988ee (patch) | |
tree | 5ff3716917e896c406a3ccf5cb2a627fd8871c2c /sql | |
parent | b9b8d83eb67ce5641a42c5ff298b0eed156869b9 (diff) |
DB/Creature: Fix model problem with "Enraged Air Spirit"
ServerToClient: SMSG_DB_REPLY (0x1F01) Length: 101 ConnectionIndex: 1 Time: 03/30/2014 19:37:07.876 Number: 47320
Entry: 21060
DB2 File: Creature (3386291891)
Hotfix date: 03/30/2014 19:37:04
Size: 85
Creature Entry: 21060
Item Entry 1: 0
Item Entry 2: 0
Item Entry 3: 0
Mount: 0
[0] Display Id: 14515
[1] Display Id: 15294
[2] Display Id: 0
[3] Display Id: 0
[0] Display Id Probability: 1
[1] Display Id Probability: 0
[2] Display Id Probability: 0
[3] Display Id Probability: 0
Name: Enraged Air Spirit
Rank: 0
Inhabit Type: 0
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2014_07_24_05_world_spell_creature.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_24_05_world_spell_creature.sql b/sql/updates/world/2014_07_24_05_world_spell_creature.sql new file mode 100644 index 00000000000..8f21f7f3546 --- /dev/null +++ b/sql/updates/world/2014_07_24_05_world_spell_creature.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `modelid`=14515 WHERE `id`=21060; -- Enraged Air Spirit |