summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarrheld <kevin@starrheld.co.uk>2017-03-03 12:05:45 +0100
committerstarrheld <kevin@starrheld.co.uk>2017-03-03 12:07:40 +0100
commita8e09d7c31d83ae59cdc6cd9cd69180115b1c110 (patch)
tree80e44a48666325e91b75d6e80286d1912946cc82
parent2e497c0f8569395ba69d94750384c4e899ecb84d (diff)
[NPC] Lagoon Eel
Currently swimming above water surface.
-rw-r--r--data/sql/updates/pending_db_world/rev_1488539095792222900.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1488539095792222900.sql b/data/sql/updates/pending_db_world/rev_1488539095792222900.sql
new file mode 100644
index 0000000000..44c87b918a
--- /dev/null
+++ b/data/sql/updates/pending_db_world/rev_1488539095792222900.sql
@@ -0,0 +1,5 @@
+INSERT INTO version_db_world (`sql_rev`) VALUES ('1488539095792222900');
+DELETE FROM `creature` WHERE `GUID` IN(72106);
+INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES (72106, 20290, 530, 1, 1, 0, 0, -284.632, 6580.16, 15.1109, 4.78078, 300, 5, 0, 5158, 0, 1, 0, 0, 0);
+
+