From bdf0a7206139bba3eea6d1e68f34de638c8d3ad1 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 9 Oct 2018 13:48:03 +0200 Subject: DB/GameEvent: Update some Call to Arms: Warsong Gulch spawns to the correct ones in Stormwind --- sql/updates/world/3.3.5/2018_10_09_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_10_09_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_10_09_00_world.sql b/sql/updates/world/3.3.5/2018_10_09_00_world.sql new file mode 100644 index 00000000000..a08d67728cd --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_09_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature` SET `id`=15102 WHERE `guid` IN (208173,208179,208174,208180,208176,208182,208177,208183,208184,208178); +UPDATE `gameobjects` SET `id`=180400 WHERE `guid` IN (151625,151626,151627,151628,151629); -- cgit v1.2.3