diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-20 23:17:31 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-20 23:17:31 +0200 |
commit | fb787aee5e50c152f9e4031961ec1c34153f12e5 (patch) | |
tree | cba10171bc239ce7919ea0ba0c459ecfcdaf09b3 | |
parent | a16b07188f6e57eeb17d468638a127f6237666f4 (diff) |
Commit: Typofix, this thing just haunts me...
-rw-r--r-- | sql/updates/world/2012_04_20_05_gameobject_template.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_04_20_05_gameobject_template.sql b/sql/updates/world/2012_04_20_05_gameobject_template.sql index 6fdd2be9f2f..24400b16a5c 100644 --- a/sql/updates/world/2012_04_20_05_gameobject_template.sql +++ b/sql/updates/world/2012_04_20_05_gameobject_template.sql @@ -3,6 +3,6 @@ UPDATE `gameobject_template` SET `data1`=27512 WHERE `entry`=195669; UPDATE `gameobject_template` SET `data1`=27517 WHERE `entry`=195670; UPDATE `gameobject_template` SET `data1`=27518 WHERE `entry`=195671; -- Fix loottemplates along with it -UPDATE `gameobject_loot_template` SET `entry`=27512 WHERE `entry`=195669 +UPDATE `gameobject_loot_template` SET `entry`=27512 WHERE `entry`=195669; UPDATE `gameobject_loot_template` SET `entry`=27517 WHERE `entry`=195670; UPDATE `gameobject_loot_template` SET `entry`=27518 WHERE `entry`=195671; |