diff options
author | MacWarrior <macwarrior94@gmail.com> | 2011-12-26 00:04:13 +0100 |
---|---|---|
committer | MacWarrior <macwarrior94@gmail.com> | 2011-12-26 00:04:13 +0100 |
commit | bc4194ff238a49878ef2f9e60e13af25f8656fd8 (patch) | |
tree | 2a18af744b66377c212ddb6d8f62115aa8ba7b40 | |
parent | d75c4da2e6ddb3c4dc6bdeccb180a0ede42c0969 (diff) |
Update sql/updates/world/2011_12_16_00_world_creature_template.sql
-rw-r--r-- | sql/updates/world/2011_12_16_00_world_creature_template.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_12_16_00_world_creature_template.sql b/sql/updates/world/2011_12_16_00_world_creature_template.sql index 156fd431359..3ff9d630c54 100644 --- a/sql/updates/world/2011_12_16_00_world_creature_template.sql +++ b/sql/updates/world/2011_12_16_00_world_creature_template.sql @@ -1,4 +1,4 @@ -- Greater Fire Elemental script UPDATE `creature_template` SET `ScriptName`='npc_fire_elemental' WHERE `entry`=15438; -- Greater Earth Elemental script -UPDATE `creature_template` SET `ScriptName`='npc_earth_elemental' WHERE `entry`=15352;
\ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='npc_earth_elemental' WHERE `entry`=15352; |