diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-03-02 13:48:15 +0000 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-03-02 13:48:15 +0000 |
commit | dfdf526a23647fd3ee1e2211a7d34294522f1937 (patch) | |
tree | 60d5460a76d8062c078ce461ba0ce101c94fefe1 | |
parent | 182d4e913c2582ee810a5559e345e5e2c8ab9a50 (diff) |
Fix conflicting guid
No idea why this guid was free for me
-rw-r--r-- | sql/updates/world/2015_03_02_02_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2015_03_02_02_world.sql b/sql/updates/world/2015_03_02_02_world.sql index 1d6a480f0e0..99f00a1be47 100644 --- a/sql/updates/world/2015_03_02_02_world.sql +++ b/sql/updates/world/2015_03_02_02_world.sql @@ -1,6 +1,6 @@ -- Quest - Iron Rune Constructs and You: Collecting Data -SET @GUID := 21202; -- Set by TC +SET @GUID := 49220; -- Set by TC SET @SUMMON := 49986; SET @GOLEM := 24821; SET @BENCH := 186958; |