diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-26 14:21:13 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-26 14:21:13 +0200 |
commit | 0eaa32a7cc59e87788534ff7ab530cadefa61302 (patch) | |
tree | 945e7c29bb1219fe388c7fb75d1dba3ccfb1759e | |
parent | 938947880aa22054540fe3052a1f9ec98033d466 (diff) |
DB/Creature: Fix typos on dc8a7a6
**CENSORED** npcs with same name.
-rw-r--r-- | sql/updates/world/2014_04_26_04_world_creature_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_04_26_04_world_creature_template.sql b/sql/updates/world/2014_04_26_04_world_creature_template.sql new file mode 100644 index 00000000000..bd24736e10a --- /dev/null +++ b/sql/updates/world/2014_04_26_04_world_creature_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `faction_A`=1770, `faction_H`=1770 WHERE `entry`=37614; +UPDATE `creature_template` SET `faction_A`=534, `faction_H`=534 WHERE `entry`=37606; |