diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2015-03-16 22:12:18 +0000 |
|---|---|---|
| committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-03-16 22:12:18 +0000 |
| commit | 6ae6d61a94786f108348398342d7d37670b425dd (patch) | |
| tree | 2e7527d6778e4a534bc80bd8e563901de9edddb6 | |
| parent | 66aead34d849150238ea6652b3fd02d1188fc5bf (diff) | |
update guid
This was already fixed with updates but changing here so this wont cause problems if people try to commit later.
| -rw-r--r-- | sql/updates/world/2015_03_14_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2015_03_14_00_world.sql b/sql/updates/world/2015_03_14_00_world.sql index b72aa1274cf..71a17359756 100644 --- a/sql/updates/world/2015_03_14_00_world.sql +++ b/sql/updates/world/2015_03_14_00_world.sql @@ -1,4 +1,4 @@ -SET @CGUID := 214003; +SET @CGUID := 76001; UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI' WHERE `entry`=177746; UPDATE `gameobject` SET `position_x`=-2288.696777, `position_y`=1345.580078, `position_z`=66.123787 WHERE `guid`=99892; |
