Skip to content

Commit

Permalink
Added invisible wall to WSG Alliance fence (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuybrushGit authored and StadenElysium committed May 24, 2017
1 parent 6c84ff7 commit f0238cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/migrations/20170524223357_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
INSERT INTO migrations VALUES ('20170524223357');

INSERT INTO gameobject (guid, id, map, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state, spawnFlags) VALUES
(90056, 180322, 489, 1395.56, 1461.37, 347.4, 5.83547, 0, 0, 0.0165919, -0.999862, 25, 100, 1, 0),
(90057, 180322, 489, 1416, 1508, 347.8, 5.81193, 0, 0, 0.233454, -0.972368, 25, 100, 1, 0),
(90058, 180322, 489, 1404.19, 1487.03, 347.5, 5.83547, 0, 0, 0.221993, -0.975048, 25, 100, 1, 0);

0 comments on commit f0238cc

Please sign in to comment.