diff options
author | Shauren <shauren.trinity@gmail.com> | 2011-03-11 22:08:21 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2011-03-11 22:08:21 +0100 |
commit | b52e01ff525464158231ef1f32a7066f7a68dea1 (patch) | |
tree | 3bde93075eb50e2ff7426e7221ba9bdbce389d78 | |
parent | 2a34b41ce88165501129af55cbd32a82e2dc2ba9 (diff) |
Fixed importing sql file
-rw-r--r-- | sql/updates/world/2011_03_11_1_world_sai.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_03_11_1_world_sai.sql b/sql/updates/world/2011_03_11_1_world_sai.sql index eb5d786e86d..ac4a83433c4 100644 --- a/sql/updates/world/2011_03_11_1_world_sai.sql +++ b/sql/updates/world/2011_03_11_1_world_sai.sql @@ -1,6 +1,6 @@ UPDATE `creature_template` SET `InhabitType`=7 WHERE `entry`=38153; UPDATE `creature_template` SET `npcflag`=0 WHERE `entry` IN (37187,37200); -UPDATE `creature` SET `npcflag`=0 WHERE `entry` IN (37187,37200); +UPDATE `creature` SET `npcflag`=0 WHERE `id` IN (37187,37200); UPDATE `creature` SET `npcflag`=`npcflag`|1 WHERE `guid`=200982; -- Set gossip flag for spawn at Deathbringer's Rise DELETE FROM `creature_text` WHERE `entry`=37187 AND `groupid` BETWEEN 15 AND 18; |