diff options
author | Nay <none@none> | 2011-03-23 09:52:16 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-03-23 09:52:16 +0100 |
commit | 057d4ce3c2c482d3fac871c02869d53275246e25 (patch) | |
tree | 1e3abbcda4a8ccc74b70ec07c4723b0e84dd0e02 | |
parent | bb9ac4d49f562590803ea012af965c37b1270d49 (diff) |
DB/Creature: fix wrong spawns in Thunder Bluff when WsG call to arms is up
fixes #904
-rw-r--r-- | sql/updates/world/2011_03_23_3_world_creature.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_23_3_world_creature.sql b/sql/updates/world/2011_03_23_3_world_creature.sql new file mode 100644 index 00000000000..ca0ccdc93c9 --- /dev/null +++ b/sql/updates/world/2011_03_23_3_world_creature.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `id`=15105 WHERE `guid` BETWEEN 208382 AND 208393 AND `id`=15102; |